Skip to content

Commit

Permalink
This is dumb, but I hope it reveals something
Browse files Browse the repository at this point in the history
  • Loading branch information
LikeLakers2 committed Jul 3, 2024
1 parent 727a476 commit 5faa9be
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci_suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ jobs:
- name: Ticked File Enforcement
if: steps.linter-setup.conclusion == 'success' && !cancelled()
run: |
echo "$PWD"
tools/bootstrap/python tools/ticked_file_enforcement/ticked_file_enforcement.py < tools/ticked_file_enforcement/schemas/tgstation_dme.json
tools/bootstrap/python tools/ticked_file_enforcement/ticked_file_enforcement.py < tools/ticked_file_enforcement/schemas/unit_tests.json
- name: Check Define Sanity
Expand Down
1 change: 1 addition & 0 deletions tgstation.dme
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

// BEGIN_INCLUDE
#include "__odlint.dm"
#include "__odlint.dm"

Check failure on line 17 in tgstation.dme

View workflow job for this annotation

GitHub Actions / Run Linters

OD1000: File "__odlint.dm" was already included

Check warning on line 17 in tgstation.dme

View workflow job for this annotation

GitHub Actions / Run Linters

duplicate #include "__odlint.dm"
#include "_maps\_basemap.dm"
#include "code\__byond_version_compat.dm"
#include "code\_compile_options.dm"
Expand Down
1 change: 0 additions & 1 deletion tools/ticked_file_enforcement/ticked_file_enforcement.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,6 @@ def get_base_scanning_directory_file_list():
# Ticked File Enforcement has found errors.
tfe_has_failed = False

print(pathlib.Path.cwd())
for file_path in includes_found_set:
# Does the includes file have any includes that match the exempt include globs? This is not
# necessarily an error, but we give out a warning for it all the same.
Expand Down

0 comments on commit 5faa9be

Please sign in to comment.