Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mastodon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Pierre Boudes
mastodon
Commits
be34b437
Unverified
Commit
be34b437
authored
1 year ago
by
Renaud Chaput
Committed by
GitHub
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Update `haml-lint` (#25929)
parent
f8314520
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.haml-lint_todo.yml
+5
-55
5 additions, 55 deletions
.haml-lint_todo.yml
Gemfile.lock
+2
-2
2 additions, 2 deletions
Gemfile.lock
with
7 additions
and
57 deletions
.haml-lint_todo.yml
+
5
−
55
View file @
be34b437
# This configuration was generated by
# `haml-lint --auto-gen-config`
# on 2023-0
3
-1
5 00
:5
5
:0
1 -04
00 using Haml-Lint version 0.4
5
.0.
# on 2023-0
7
-1
1 23
:5
8
:0
5 +02
00 using Haml-Lint version 0.4
8
.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:
63
# Offense count:
94
RuboCop
:
exclude
:
-
'
app/views/accounts/_og.html.haml'
-
'
app/views/admin/account_warnings/_account_warning.html.haml'
-
'
app/views/admin/accounts/index.html.haml'
-
'
app/views/admin/accounts/show.html.haml'
-
'
app/views/admin/announcements/edit.html.haml'
-
'
app/views/admin/announcements/new.html.haml'
-
'
app/views/admin/disputes/appeals/_appeal.html.haml'
-
'
app/views/admin/domain_blocks/edit.html.haml'
-
'
app/views/admin/domain_blocks/new.html.haml'
-
'
app/views/admin/ip_blocks/new.html.haml'
-
'
app/views/admin/reports/actions/preview.html.haml'
-
'
app/views/admin/reports/index.html.haml'
-
'
app/views/admin/reports/show.html.haml'
-
'
app/views/admin/roles/_form.html.haml'
-
'
app/views/admin/settings/about/show.html.haml'
-
'
app/views/admin/settings/appearance/show.html.haml'
-
'
app/views/admin/settings/registrations/show.html.haml'
-
'
app/views/admin/statuses/show.html.haml'
-
'
app/views/auth/registrations/new.html.haml'
-
'
app/views/disputes/strikes/show.html.haml'
-
'
app/views/filters/_filter_fields.html.haml'
-
'
app/views/invites/_form.html.haml'
-
'
app/views/layouts/application.html.haml'
-
'
app/views/layouts/error.html.haml'
-
'
app/views/notification_mailer/_status.html.haml'
-
'
app/views/settings/applications/_fields.html.haml'
-
'
app/views/settings/imports/show.html.haml'
-
'
app/views/settings/preferences/appearance/show.html.haml'
-
'
app/views/settings/preferences/other/show.html.haml'
-
'
app/views/statuses/_detailed_status.html.haml'
-
'
app/views/statuses/_poll.html.haml'
-
'
app/views/statuses/show.html.haml'
-
'
app/views/statuses_cleanup/show.html.haml'
-
'
app/views/user_mailer/warning.html.haml'
enabled
:
false
# Offense count: 9
13
# Offense count: 9
60
LineLength
:
enabled
:
false
# Offense count: 22
UnnecessaryStringOutput
:
exclude
:
-
'
app/views/accounts/show.html.haml'
-
'
app/views/admin/custom_emojis/_custom_emoji.html.haml'
-
'
app/views/admin/relays/_relay.html.haml'
-
'
app/views/admin/rules/_rule.html.haml'
-
'
app/views/admin/statuses/index.html.haml'
-
'
app/views/auth/registrations/_sessions.html.haml'
-
'
app/views/disputes/strikes/show.html.haml'
-
'
app/views/notification_mailer/_status.html.haml'
-
'
app/views/settings/two_factor_authentication_methods/index.html.haml'
-
'
app/views/statuses/_detailed_status.html.haml'
-
'
app/views/statuses/_poll.html.haml'
-
'
app/views/statuses/_simple_status.html.haml'
-
'
app/views/user_mailer/suspicious_sign_in.html.haml'
-
'
app/views/user_mailer/webauthn_credential_added.html.haml'
-
'
app/views/user_mailer/webauthn_credential_deleted.html.haml'
-
'
app/views/user_mailer/welcome.html.haml'
enabled
:
false
# Offense count: 3
ViewLength
:
...
...
This diff is collapsed.
Click to expand it.
Gemfile.lock
+
2
−
2
View file @
be34b437
...
...
@@ -291,11 +291,11 @@ GEM
activesupport (>= 5.1)
haml (>= 4.0.6)
railties (>= 5.1)
haml_lint (0.4
5
.0)
haml_lint (0.4
8
.0)
haml (>= 4.0, < 6.2)
parallel (~> 1.10)
rainbow
rubocop (>=
0.50
.0)
rubocop (>=
1
.0)
sysexits (~> 1.1)
hashdiff (1.0.1)
hashie (5.0.0)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment