.haml-lint_todo.yml 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. # This configuration was generated by
  2. # `haml-lint --auto-gen-config`
  3. # on 2023-10-03 08:32:28 -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: 944
  10. LineLength:
  11. enabled: false
  12. # Offense count: 22
  13. UnnecessaryStringOutput:
  14. enabled: false
  15. # Offense count: 44
  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: 15
  25. InstanceVariables:
  26. exclude:
  27. - 'app/views/admin/reports/_actions.html.haml'
  28. - 'app/views/auth/registrations/_status.html.haml'
  29. - 'app/views/auth/sessions/two_factor/_otp_authentication_form.html.haml'
  30. - 'app/views/relationships/_account.html.haml'
  31. # Offense count: 2
  32. IdNames:
  33. exclude:
  34. - 'app/views/oauth/authorizations/error.html.haml'
  35. - 'app/views/shared/_error_messages.html.haml'