Skip to content

Commit

Permalink
Fix linter?
Browse files Browse the repository at this point in the history
  • Loading branch information
m-dzianishchyts committed Aug 25, 2024
1 parent 472bbba commit 5436502
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions code/__DEFINES/_ss220.dm
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
#define MODPACK_CHAT_BADGES

#undef SEC_LEVEL_GREEN

Check warning on line 3 in code/__DEFINES/_ss220.dm

View workflow job for this annotation

GitHub Actions / Run Linters

macro undefined while not defined: SEC_LEVEL_GREEN
#undef SEC_LEVEL_BLUE

Check warning on line 4 in code/__DEFINES/_ss220.dm

View workflow job for this annotation

GitHub Actions / Run Linters

macro undefined while not defined: SEC_LEVEL_BLUE
#undef SEC_LEVEL_VIOLET

Check warning on line 5 in code/__DEFINES/_ss220.dm

View workflow job for this annotation

GitHub Actions / Run Linters

macro undefined while not defined: SEC_LEVEL_VIOLET
#undef SEC_LEVEL_ORANGE

Check warning on line 6 in code/__DEFINES/_ss220.dm

View workflow job for this annotation

GitHub Actions / Run Linters

macro undefined while not defined: SEC_LEVEL_ORANGE
#undef SEC_LEVEL_RED

Check warning on line 7 in code/__DEFINES/_ss220.dm

View workflow job for this annotation

GitHub Actions / Run Linters

macro undefined while not defined: SEC_LEVEL_RED
#undef SEC_LEVEL_GAMMA

Check warning on line 8 in code/__DEFINES/_ss220.dm

View workflow job for this annotation

GitHub Actions / Run Linters

macro undefined while not defined: SEC_LEVEL_GAMMA
#undef SEC_LEVEL_EPSILON

Check warning on line 9 in code/__DEFINES/_ss220.dm

View workflow job for this annotation

GitHub Actions / Run Linters

macro undefined while not defined: SEC_LEVEL_EPSILON
#undef SEC_LEVEL_DELTA

Check warning on line 10 in code/__DEFINES/_ss220.dm

View workflow job for this annotation

GitHub Actions / Run Linters

macro undefined while not defined: SEC_LEVEL_DELTA

#define SEC_LEVEL_GREEN 0
#define SEC_LEVEL_BLUE 1
#define SEC_LEVEL_VIOLET 2
Expand Down

0 comments on commit 5436502

Please sign in to comment.