Skip to content

Commit

Permalink
[licence-checker] Add Mako-Templated Rust Support
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Elliott <[email protected]>
  • Loading branch information
lenary committed Nov 23, 2020
1 parent 5c93cb0 commit c751ca5
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 @@ -136,7 +136,7 @@ def full_line_parts(self, licence_line):
([".S"], [SLASH_SLASH, SLASH_STAR]), # Assembly (With Preprocessing)
([".s"], SLASH_STAR), # Assembly (Without Preprocessing)
([".ld", ".ld.tpl"], SLASH_STAR), # Linker Scripts
([".rs"], SLASH_SLASH), # Rust
([".rs", ".rs.tpl"], SLASH_SLASH), # Rust

# Software Build Systems
(["meson.build", "toolchain.txt", "meson_options.txt"], HASH), # Meson
Expand Down

0 comments on commit c751ca5

Please sign in to comment.