mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-18 20:37:56 +00:00
10 lines
225 B
Plaintext
10 lines
225 B
Plaintext
|
---
|
||
|
yaml-files:
|
||
|
- '*.yaml'
|
||
|
- '*.yml'
|
||
|
- '.yamllint'
|
||
|
|
||
|
rules:
|
||
|
truthy:
|
||
|
allowed-values: ['TRUE', 'True', 'true', 'FALSE', 'False', 'false', 'YES', 'Yes', 'yes', 'NO', 'No', 'no', 'ON', 'On', 'on', 'OFF', 'Off', 'off']
|