Skip to content

Commit

Permalink
Merge pull request #1454 from openSUSE/depfu/update/haml_lint-0.57.0
Browse files Browse the repository at this point in the history
Update haml_lint 0.40.1 → 0.57.0 (major)
  • Loading branch information
hennevogel committed Mar 25, 2024
2 parents 0e9608f + 45c8639 commit 13da56c
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 9 deletions.
6 changes: 4 additions & 2 deletions .haml-lint_todo.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
# This configuration was generated by
# `haml-lint --auto-gen-config`
# on 2024-03-25 16:04:46 +0000 using Haml-Lint version 0.40.1.
# on 2024-03-25 17:42:18 +0000 using Haml-Lint version 0.57.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: 24
RuboCop:
exclude:
- "app/views/download/doc.html.haml"
- "app/views/layouts/_flash.html.haml"
- "app/views/layouts/_footer.html.haml"
- "app/views/layouts/_navbar.html.haml"
- "app/views/layouts/application.html.haml"
15 changes: 8 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -143,19 +143,20 @@ GEM
fast_gettext (>= 0.9.0)
globalid (1.2.1)
activesupport (>= 6.1)
haml (5.2.2)
temple (>= 0.8.0)
haml (6.3.0)
temple (>= 0.8.2)
thor
tilt
haml-rails (2.1.0)
actionpack (>= 5.1)
activesupport (>= 5.1)
haml (>= 4.0.6)
railties (>= 5.1)
haml_lint (0.40.1)
haml (>= 4.0, < 5.3)
haml_lint (0.57.0)
haml (>= 5.0)
parallel (~> 1.10)
rainbow
rubocop (>= 0.50.0)
rubocop (>= 1.0)
sysexits (~> 1.1)
hashdiff (1.0.1)
hashie (5.0.0)
Expand Down Expand Up @@ -331,12 +332,12 @@ GEM
sprockets (>= 3.0.0)
stringio (3.1.0)
sysexits (1.2.0)
temple (0.9.1)
temple (0.10.3)
terser (1.1.19)
execjs (>= 0.3.0, < 3)
text (1.3.1)
thor (1.3.1)
tilt (2.0.11)
tilt (2.3.0)
timeout (0.4.1)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
Expand Down
Binary file removed vendor/cache/haml-5.2.2.gem
Binary file not shown.
Binary file added vendor/cache/haml-6.3.0.gem
Binary file not shown.
Binary file removed vendor/cache/haml_lint-0.40.1.gem
Binary file not shown.
Binary file added vendor/cache/haml_lint-0.57.0.gem
Binary file not shown.
Binary file added vendor/cache/temple-0.10.3.gem
Binary file not shown.
Binary file removed vendor/cache/temple-0.9.1.gem
Binary file not shown.
Binary file removed vendor/cache/tilt-2.0.11.gem
Binary file not shown.
Binary file added vendor/cache/tilt-2.3.0.gem
Binary file not shown.

0 comments on commit 13da56c

Please sign in to comment.