Skip to content

Commit

Permalink
Update check_regex.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Erikafox committed Sep 27, 2024
1 parent 63eded0 commit df69aa5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions check_regex.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ standards:
- exactly: [1, "/area text paths", '"/area']
- exactly: [17, "/datum text paths", '"/datum']
- exactly: [4, "/mob text paths", '"/mob']
- exactly: [42, "/obj text paths", '"/obj']
- exactly: [36, "/obj text paths", '"/obj']
- exactly: [0, "/turf text paths", '"/turf']
- exactly: [117, "text2path uses", "text2path"]

Expand All @@ -38,7 +38,7 @@ standards:

- exactly:
[
266,
265,
"non-bitwise << uses",
'(?<!\d)(?<!\d\s)(?<!<)<<(?!=|\s\d|\d|<|\/)',
]
Expand Down

0 comments on commit df69aa5

Please sign in to comment.