Skip to content

Commit

Permalink
Fix the forbidden include globs on tgstation_dme.json - I forgot I ma…
Browse files Browse the repository at this point in the history
…de them relative to the base_scanning_directory
  • Loading branch information
LikeLakers2 committed Jul 3, 2024
1 parent 699c418 commit 5bf501d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/ticked_file_enforcement/schemas/tgstation_dme.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"check_subdirectories": true,
"exempt_include_globs": [],
"forbidden_include_globs": [
"code/modules/tgs/**/*.dm",
"code/modules/unit_tests/[!_]*.dm"
"modules/tgs/**/*.dm",
"modules/unit_tests/[!_]*.dm"
]
}

0 comments on commit 5bf501d

Please sign in to comment.