Skip to content

Commit

Permalink
Add all hjson comment styles to licence checker
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-platzer authored and jwnrt committed Jul 22, 2024
1 parent ebf67bf commit 1a3f03c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion licence-checker/licence-checker.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def full_line_parts(self, licence_line):
([".sh"], HASH), # Shell Scripts
(["Dockerfile"], HASH), # Dockerfiles
# Configuration
([".hjson"], SLASH_SLASH), # hjson
([".hjson"], [SLASH_SLASH, SLASH_STAR, HASH]), # hjson
([".yml", ".yaml"], HASH), # YAML
([".toml"], HASH), # TOML
(["-requirements.txt"], HASH), # Apt and Python requirements files
Expand Down

0 comments on commit 1a3f03c

Please sign in to comment.