Skip to content

Commit 1a3f03c

Browse files
michael-platzerjwnrt
authored andcommitted
Add all hjson comment styles to licence checker
1 parent ebf67bf commit 1a3f03c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

licence-checker/licence-checker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ def full_line_parts(self, licence_line):
155155
([".sh"], HASH), # Shell Scripts
156156
(["Dockerfile"], HASH), # Dockerfiles
157157
# Configuration
158-
([".hjson"], SLASH_SLASH), # hjson
158+
([".hjson"], [SLASH_SLASH, SLASH_STAR, HASH]), # hjson
159159
([".yml", ".yaml"], HASH), # YAML
160160
([".toml"], HASH), # TOML
161161
(["-requirements.txt"], HASH), # Apt and Python requirements files

0 commit comments

Comments
 (0)