Skip to content

Commit

Permalink
more ci wooo (#28530)
Browse files Browse the repository at this point in the history
  • Loading branch information
Contrabang authored Feb 26, 2025
1 parent 4ba141b commit 3e373d2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tools/ci/lints.dm
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#pragma FileAlreadyIncluded error
#pragma MissingIncludedFile error
#pragma InvalidWarningCode warning
#pragma InvalidFileDirDefine warning
#pragma MisplacedDirective error
#pragma UndefineMissingDirective error
#pragma DefinedMissingParen error
Expand All @@ -11,6 +12,7 @@

//2000-2999
#pragma SoftReservedKeyword error
#pragma ScopeOperandNamedType error
#pragma DuplicateVariable error
#pragma DuplicateProcDefinition error
#pragma PointlessParentCall error
Expand All @@ -28,9 +30,8 @@
#pragma AmbiguousResourcePath error
#pragma SuspiciousSwitchCase error
#pragma PointlessPositionalArgument error
#pragma ProcArgumentGlobal error // Ref BYOND issue https://www.byond.com/forum/post/2830750
// NOTE: The next few pragmas are for OpenDream's experimental type checker
// This feature is still in development, elevating these pragmas outside of local testing is discouraged
// An RFC to finalize this feature is coming soon(TM)
// BEGIN TYPEMAKER
#pragma UnsupportedTypeCheck disabled
#pragma InvalidReturnType disabled
Expand Down

0 comments on commit 3e373d2

Please sign in to comment.