Fix haml-lint InstanceVariables
rule for auth/registrations/status (#27341)
This commit is contained in:
parent
0111e48893
commit
f9abe700e7
3 changed files with 12 additions and 13 deletions
|
@ -1,6 +1,6 @@
|
|||
# This configuration was generated by
|
||||
# `haml-lint --auto-gen-config`
|
||||
# on 2023-10-09 10:24:59 -0400 using Haml-Lint version 0.51.0.
|
||||
# on 2023-10-11 10:00:39 -0400 using Haml-Lint version 0.51.0.
|
||||
# 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
|
||||
|
@ -26,10 +26,9 @@ linters:
|
|||
- 'app/views/admin/reports/show.html.haml'
|
||||
- 'app/views/disputes/strikes/show.html.haml'
|
||||
|
||||
# Offense count: 11
|
||||
# Offense count: 2
|
||||
InstanceVariables:
|
||||
exclude:
|
||||
- 'app/views/auth/registrations/_status.html.haml'
|
||||
- 'app/views/auth/sessions/two_factor/_otp_authentication_form.html.haml'
|
||||
- 'app/views/relationships/_account.html.haml'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue