Fix LineLength haml-lint in app/views/auth area (#28664)

This commit is contained in:
Matt Jankowski 2024-01-09 11:03:16 -05:00 committed by GitHub
parent 09ab073f0c
commit eed4eef39a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 130 additions and 28 deletions

View file

@ -1,16 +1,14 @@
# This configuration was generated by
# `haml-lint --auto-gen-config`
# on 2024-01-09 10:00:31 -0500 using Haml-Lint version 0.53.0.
# on 2024-01-09 10:48:44 -0500 using Haml-Lint version 0.53.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
# versions of Haml-Lint, may require this file to be generated again.
linters:
# Offense count: 5
# Offense count: 3
LineLength:
exclude:
- 'app/views/admin/roles/_form.html.haml'
- 'app/views/auth/registrations/edit.html.haml'
- 'app/views/auth/registrations/new.html.haml'
- 'app/views/media/player.html.haml'