crosstool-ng/.yamllint

10 lines
225 B
Plaintext
Raw Permalink Normal View History

---
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']