Skip to content

Commit 029451e

Browse files
committed
Exclude .rs files from enforcing headers
(Still licensed, but clutters the reading experience)
1 parent e8585a1 commit 029451e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/other/licenserc.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ header:
1717
file, You can obtain one at https://mozilla.org/MPL/2.0/.
1818
1919
paths:
20-
- '**/*.rs'
21-
- '**/*.gd'
20+
# - '**/*.rs'
21+
# - '**/*.gd'
2222
- '**/*.sh'
2323
- '.github/**/*.yml'
2424

25-
paths-ignore:
26-
- 'examples'
25+
# paths-ignore:
26+
# - 'examples'
2727

2828
comment: on-failure
2929

0 commit comments

Comments
 (0)