.haml-lint_todo.yml 1.4 KB

123456789101112131415161718192021222324252627282930313233
  1. # This configuration was generated by
  2. # `haml-lint --auto-gen-config`
  3. # on 2023-10-26 09:32:34 -0400 using Haml-Lint version 0.51.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: 16
  10. LineLength:
  11. exclude:
  12. - 'app/views/admin/account_actions/new.html.haml'
  13. - 'app/views/admin/accounts/index.html.haml'
  14. - 'app/views/admin/ip_blocks/new.html.haml'
  15. - 'app/views/admin/roles/_form.html.haml'
  16. - 'app/views/admin/settings/discovery/show.html.haml'
  17. - 'app/views/auth/registrations/edit.html.haml'
  18. - 'app/views/auth/registrations/new.html.haml'
  19. - 'app/views/filters/_filter_fields.html.haml'
  20. - 'app/views/media/player.html.haml'
  21. - 'app/views/settings/applications/_fields.html.haml'
  22. - 'app/views/settings/imports/index.html.haml'
  23. - 'app/views/settings/preferences/appearance/show.html.haml'
  24. - 'app/views/settings/preferences/notifications/show.html.haml'
  25. - 'app/views/settings/preferences/other/show.html.haml'
  26. # Offense count: 9
  27. RuboCop:
  28. exclude:
  29. - 'app/views/admin/accounts/_buttons.html.haml'
  30. - 'app/views/admin/accounts/_local_account.html.haml'
  31. - 'app/views/admin/roles/_form.html.haml'