Skip to content

Commit

Permalink
gwa
Browse files Browse the repository at this point in the history
  • Loading branch information
Ms-Mee committed Aug 14, 2024
1 parent b383c5e commit c93a17f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions check_regex.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ standards:
- exactly: [4, "/mob text paths", '"/mob']
- exactly: [43, "/obj text paths", '"/obj']
- exactly: [0, "/turf text paths", '"/turf']
- exactly: [118, "text2path uses", "text2path"]
- exactly: [117, "text2path uses", "text2path"]

- exactly: [18, "world<< uses", 'world[ \t]*<<']
- exactly: [0, "world.log<< uses", 'world.log[ \t]*<<']

- exactly:
[
279,
274,
"non-bitwise << uses",
'(?<!\d)(?<!\d\s)(?<!<)<<(?!=|\s\d|\d|<|\/)',
]
Expand All @@ -57,7 +57,7 @@ standards:

- no_more:
[
34,
32,
"indentions inside defines",
'^(\s*)#define (\w*)( {2,}| ?\t+)(?!(\/\/|\/\*))',
]

0 comments on commit c93a17f

Please sign in to comment.