.haml-lint_todo.yml 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. # This configuration was generated by
  2. # `haml-lint --auto-gen-config`
  3. # on 2023-07-20 09:47:50 -0400 using Haml-Lint version 0.48.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: 951
  10. LineLength:
  11. enabled: false
  12. # Offense count: 22
  13. UnnecessaryStringOutput:
  14. enabled: false
  15. # Offense count: 57
  16. RuboCop:
  17. enabled: false
  18. # Offense count: 3
  19. ViewLength:
  20. exclude:
  21. - 'app/views/admin/accounts/show.html.haml'
  22. - 'app/views/admin/reports/show.html.haml'
  23. - 'app/views/disputes/strikes/show.html.haml'
  24. # Offense count: 32
  25. InstanceVariables:
  26. exclude:
  27. - 'app/views/admin/reports/_actions.html.haml'
  28. - 'app/views/admin/roles/_form.html.haml'
  29. - 'app/views/admin/webhooks/_form.html.haml'
  30. - 'app/views/auth/registrations/_status.html.haml'
  31. - 'app/views/auth/sessions/two_factor/_otp_authentication_form.html.haml'
  32. - 'app/views/authorize_interactions/_post_follow_actions.html.haml'
  33. - 'app/views/invites/_form.html.haml'
  34. - 'app/views/relationships/_account.html.haml'
  35. - 'app/views/shared/_og.html.haml'
  36. # Offense count: 3
  37. IdNames:
  38. exclude:
  39. - 'app/views/authorize_interactions/error.html.haml'
  40. - 'app/views/oauth/authorizations/error.html.haml'
  41. - 'app/views/shared/_error_messages.html.haml'