Skip to content

Commit 5250c57

Browse files
committed
license: ignore check for json files
1 parent c212c33 commit 5250c57

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.licenserc.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ header:
3232
- '**/Cargo.lock'
3333
- 'rust-toolchain'
3434
- '**/*.lds'
35+
- '**/*.json'
3536

3637
# Cryptographic and binary files for testing
3738
- '**/*.pem'
@@ -42,4 +43,4 @@ header:
4243

4344
dependency:
4445
files:
45-
- 'Cargo.toml'
46+
- 'Cargo.toml'

0 commit comments

Comments
 (0)