Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/odlinting' into odl…
Browse files Browse the repository at this point in the history
…inting
  • Loading branch information
harryob committed Oct 13, 2023
2 parents 4cec25b + 48839b9 commit ba5282d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/__odlint.dm
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
#ifdef OPENDREAM
// These are in their own file as you need to do it with an include as a hack to avoid
// SpacemanDMM evaluating the #pragma lines, even if its outside a block it cares about
#include "../tools/ci/lints.dm"
#include "__pragmas.dm"
#endif
#endif
File renamed without changes.
2 changes: 1 addition & 1 deletion tools/ci/validate_dme.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
r'code/__HELPERS/BSQL/**/*.dm',

# Included as part of OD lints
r'tools/ci/lints.dm'
r'code/__pragmas.dm'
]

lines = []
Expand Down

0 comments on commit ba5282d

Please sign in to comment.