SpenceKonde / ATTinyCore

Arduino core for ATtiny 1634, 828, x313, x4, x41, x5, x61, x7 and x8
Other
1.53k stars 302 forks source link

Use explicit YAMLLINT settings #727

Closed henrygab closed 1 year ago

henrygab commented 1 year ago

In particular, the following notable changes are made:

  1. comments cause only warnings
  2. disable warning about missing document-start marker '---'
  3. warn if YAML has document-end marker '...'
  4. disable some float values (+inf, -inf, NaN)
  5. Float values require digits before the decimal point
  6. Disable line length maximum
  7. Forbit implicit use of octal values (too error prone!)
  8. temporarily disable truthy, because it warns on GitHub Actions use of on....
SpenceKonde commented 1 year ago

Thaaanks