.haml-lint_todo.yml 962 B

123456789101112131415161718192021
  1. # This configuration was generated by
  2. # `haml-lint --auto-gen-config`
  3. # on 2023-12-15 11:02:19 -0500 using Haml-Lint version 0.52.0.
  4. # The point is for the user to remove these configuration records
  5. # one by one as the lints are removed from the code base.
  6. # Note that changes in the inspected code, or installation of new
  7. # versions of Haml-Lint, may require this file to be generated again.
  8. linters:
  9. # Offense count: 11
  10. LineLength:
  11. exclude:
  12. - 'app/views/admin/roles/_form.html.haml'
  13. - 'app/views/auth/registrations/edit.html.haml'
  14. - 'app/views/auth/registrations/new.html.haml'
  15. - 'app/views/media/player.html.haml'
  16. - 'app/views/settings/applications/_fields.html.haml'
  17. - 'app/views/settings/imports/index.html.haml'
  18. - 'app/views/settings/preferences/appearance/show.html.haml'
  19. - 'app/views/settings/preferences/notifications/show.html.haml'
  20. - 'app/views/settings/preferences/other/show.html.haml'