2023-03-15 14:15:36 +11:00
|
|
|
# This configuration was generated by
|
|
|
|
# `haml-lint --auto-gen-config`
|
2023-07-21 01:03:39 +10:00
|
|
|
# on 2023-07-20 09:47:50 -0400 using Haml-Lint version 0.48.0.
|
2023-03-15 14:15:36 +11:00
|
|
|
# The point is for the user to remove these configuration records
|
|
|
|
# one by one as the lints are removed from the code base.
|
|
|
|
# Note that changes in the inspected code, or installation of new
|
|
|
|
# versions of Haml-Lint, may require this file to be generated again.
|
|
|
|
|
|
|
|
linters:
|
2023-07-20 23:13:06 +10:00
|
|
|
# Offense count: 951
|
2023-03-15 14:15:36 +11:00
|
|
|
LineLength:
|
|
|
|
enabled: false
|
|
|
|
|
|
|
|
# Offense count: 22
|
|
|
|
UnnecessaryStringOutput:
|
2023-07-12 20:31:10 +10:00
|
|
|
enabled: false
|
2023-03-15 14:15:36 +11:00
|
|
|
|
2023-07-21 01:03:39 +10:00
|
|
|
# Offense count: 57
|
2023-07-18 02:18:13 +10:00
|
|
|
RuboCop:
|
|
|
|
enabled: false
|
|
|
|
|
2023-03-15 14:15:36 +11:00
|
|
|
# Offense count: 3
|
|
|
|
ViewLength:
|
|
|
|
exclude:
|
|
|
|
- 'app/views/admin/accounts/show.html.haml'
|
|
|
|
- 'app/views/admin/reports/show.html.haml'
|
|
|
|
- 'app/views/disputes/strikes/show.html.haml'
|
|
|
|
|
2023-07-19 16:44:16 +10:00
|
|
|
# Offense count: 32
|
2023-03-15 14:15:36 +11:00
|
|
|
InstanceVariables:
|
|
|
|
exclude:
|
|
|
|
- 'app/views/admin/reports/_actions.html.haml'
|
|
|
|
- 'app/views/admin/roles/_form.html.haml'
|
|
|
|
- 'app/views/admin/webhooks/_form.html.haml'
|
|
|
|
- 'app/views/auth/registrations/_status.html.haml'
|
|
|
|
- 'app/views/auth/sessions/two_factor/_otp_authentication_form.html.haml'
|
|
|
|
- 'app/views/authorize_interactions/_post_follow_actions.html.haml'
|
|
|
|
- 'app/views/invites/_form.html.haml'
|
|
|
|
- 'app/views/relationships/_account.html.haml'
|
|
|
|
- 'app/views/shared/_og.html.haml'
|
|
|
|
|
|
|
|
# Offense count: 3
|
|
|
|
IdNames:
|
|
|
|
exclude:
|
|
|
|
- 'app/views/authorize_interactions/error.html.haml'
|
|
|
|
- 'app/views/oauth/authorizations/error.html.haml'
|
|
|
|
- 'app/views/shared/_error_messages.html.haml'
|