2023-03-15 04:15:36 +01:00
|
|
|
# This configuration was generated by
|
|
|
|
# `haml-lint --auto-gen-config`
|
2023-10-11 17:06:26 +02:00
|
|
|
# on 2023-10-11 10:49:10 -0400 using Haml-Lint version 0.51.0.
|
2023-03-15 04:15:36 +01: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-10-11 17:06:26 +02:00
|
|
|
# Offense count: 946
|
2023-03-15 04:15:36 +01:00
|
|
|
LineLength:
|
|
|
|
enabled: false
|
|
|
|
|
|
|
|
# Offense count: 22
|
|
|
|
UnnecessaryStringOutput:
|
2023-07-12 12:31:10 +02:00
|
|
|
enabled: false
|
2023-03-15 04:15:36 +01:00
|
|
|
|
2023-10-03 15:00:40 +02:00
|
|
|
# Offense count: 44
|
2023-07-17 18:18:13 +02:00
|
|
|
RuboCop:
|
|
|
|
enabled: false
|
|
|
|
|
2023-03-15 04:15:36 +01: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-10-11 17:06:26 +02:00
|
|
|
# Offense count: 1
|
2023-03-15 04:15:36 +01:00
|
|
|
InstanceVariables:
|
|
|
|
exclude:
|
|
|
|
- 'app/views/auth/sessions/two_factor/_otp_authentication_form.html.haml'
|
|
|
|
|
2023-09-28 15:40:28 +02:00
|
|
|
# Offense count: 2
|
2023-03-15 04:15:36 +01:00
|
|
|
IdNames:
|
|
|
|
exclude:
|
|
|
|
- 'app/views/oauth/authorizations/error.html.haml'
|
|
|
|
- 'app/views/shared/_error_messages.html.haml'
|