Software zum Installieren eines Smart-Mirror Frameworks , zum Nutzen von hochschulrelevanten Informationen, auf einem Raspberry-Pi.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.codeclimate.yml 318B

1234567891011121314151617
  1. engines:
  2. markdownlint:
  3. enabled: true
  4. # ... CONFIG CONTENT ...
  5. checks:
  6. # trailing spaces
  7. MD009:
  8. enabled: false
  9. # multiple blank lines
  10. MD012:
  11. enabled: false
  12. # line length
  13. MD013:
  14. enabled: false
  15. # raw html
  16. MD033:
  17. enabled: false