Skip to content

Commit

Permalink
Try fix haml-lint issues
Browse files Browse the repository at this point in the history
Completely lost on why they show up only
  • Loading branch information
deivid-rodriguez committed Dec 22, 2022
1 parent d24edfd commit 76e3089
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 32 deletions.
21 changes: 0 additions & 21 deletions .haml-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,6 @@ linters:
ignored_cops:
- "Style/StringLiterals"

SpaceBeforeScript:
exclude:
- "source/v1.13/whats_new.html.haml"
- "source/v1.14/whats_new.html.haml"
- "source/v1.15/whats_new.html.haml"
- "source/v1.16/whats_new.html.haml"
- "source/v1.17/whats_new.html.haml"
- "source/v2.0/whats_new.html.haml"
- "source/v2.1/whats_new.html.haml"
- "source/v2.2/whats_new.html.haml"
- "source/v2.3/whats_new.html.haml"

SpaceInsideHashAttributes:
exclude:
- "source/contributors.html.haml"
Expand All @@ -49,15 +37,6 @@ linters:
UnnecessaryStringOutput:
exclude:
- "source/layouts/base.haml"
- "source/v1.13/whats_new.html.haml"
- "source/v1.14/whats_new.html.haml"
- "source/v1.15/whats_new.html.haml"
- "source/v1.16/whats_new.html.haml"
- "source/v1.17/whats_new.html.haml"
- "source/v2.0/whats_new.html.haml"
- "source/v2.1/whats_new.html.haml"
- "source/v2.2/whats_new.html.haml"
- "source/v2.3/whats_new.html.haml"

ViewLength:
max: 413
4 changes: 2 additions & 2 deletions source/v1.13/whats_new.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
The
= link_to 'Bundler 1.13 announcement', '/blog/2016/09/08/bundler-1-13.html'
includes context and a more detailed explanation of the changes in this version. This is a summary of the biggest changes. As always, a detailed list of every change is provided in
== #{link_to "the changelog", "https://github.com/rubygems/bundler/blob/1-13-stable/CHANGELOG.md"}.
#{link_to "the changelog", "https://github.com/rubygems/bundler/blob/1-13-stable/CHANGELOG.md"}.

%h3 New <code>doctor</code> command
.contents
.bullet
.description
%p
Add the <code>doctor</code> command for automated troubleshooting. So far, it can automatically detect gems that have been compiled against libraries that no longer exist, and compile them again to fix them.
== (Thanks #{link_to '@mistydemeo', 'https://github.com/mistydemeo'}!)
Thanks #{link_to '@mistydemeo', 'https://github.com/mistydemeo'}!

%h3 Support for <code>required_ruby_version</code>
.contents
Expand Down
2 changes: 1 addition & 1 deletion source/v1.14/whats_new.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
The
= link_to 'Bundler 1.14 announcement', '/blog/2017/03/28/bundler-1-14-so-many-fixes.html'
includes context and a more detailed explanation of the changes in this version. This is a summary of the biggest changes. As always, a detailed list of every change is provided in
== #{link_to "the changelog", "https://github.com/rubygems/bundler/blob/1-14-stable/CHANGELOG.md"}.
#{link_to "the changelog", "https://github.com/rubygems/bundler/blob/1-14-stable/CHANGELOG.md"}.

%h3 Conservative updates
.contents
Expand Down
2 changes: 1 addition & 1 deletion source/v1.15/whats_new.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
The
= link_to 'Bundler 1.15 announcement', '/blog/2017/05/19/bundler-1-15-bundle-oh-so-fast.html'
includes context and a more detailed explanation of the changes in this version. This is a summary of the biggest changes. As always, a detailed list of every change is provided in
== #{link_to "the changelog", "https://github.com/rubygems/bundler/blob/1-15-stable/CHANGELOG.md"}.
#{link_to "the changelog", "https://github.com/rubygems/bundler/blob/1-15-stable/CHANGELOG.md"}.

%h3 Exec optimization
.contents
Expand Down
2 changes: 1 addition & 1 deletion source/v1.16/whats_new.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
The
= link_to 'Bundler 1.16 announcement', '/blog/2017/10/31/bundler-1-16.html'
includes context and a more detailed explanation of the changes in this version. This is a summary of the biggest changes. As always, a detailed list of every change is provided in
== #{link_to "the changelog", "https://github.com/rubygems/bundler/blob/1-16-stable/CHANGELOG.md"}.
#{link_to "the changelog", "https://github.com/rubygems/bundler/blob/1-16-stable/CHANGELOG.md"}.

%h3 Resolver improvements
.contents
Expand Down
2 changes: 1 addition & 1 deletion source/v1.17/whats_new.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
The
= link_to 'Bundler 1.17 announcement', '/blog/2018/10/25/announcing-bundler-1-17-0.html'
includes context and a more detailed explanation of the changes in this version. This is a summary of the biggest changes. As always, a detailed list of every change is provided in
== #{link_to "the changelog", "https://github.com/rubygems/bundler/blob/1-17-stable/CHANGELOG.md"}.
#{link_to "the changelog", "https://github.com/rubygems/bundler/blob/1-17-stable/CHANGELOG.md"}.

%h3 Remove gems from the CLI
.contents
Expand Down
2 changes: 1 addition & 1 deletion source/v2.0/whats_new.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
The
= link_to 'Bundler 2.0 announcement', '/blog/2019/01/03/announcing-bundler-2.html'
includes context and a more detailed explanation of the changes in this version. This is a summary of the biggest changes. As always, a detailed list of every change is provided in
== #{link_to "the changelog", "https://github.com/rubygems/bundler/blob/2-0-stable/CHANGELOG.md"}.
#{link_to "the changelog", "https://github.com/rubygems/bundler/blob/2-0-stable/CHANGELOG.md"}.

%h3 Breaking changes
.contents
Expand Down
2 changes: 1 addition & 1 deletion source/v2.1/whats_new.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
%p
This time there was not blog post announcement for the 2.1 release, but as
always, a detailed list of every change is provided in
== #{link_to "the changelog", "https://github.com/rubygems/bundler/blob/2-1-stable/CHANGELOG.md"}.
#{link_to "the changelog", "https://github.com/rubygems/bundler/blob/2-1-stable/CHANGELOG.md"}.

%p
The main change in bundler 2.1 is that deprecations for upcoming breaking
Expand Down
2 changes: 1 addition & 1 deletion source/v2.2/whats_new.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
The
= link_to 'Bundler 2.2 announcement', '/blog/2020/12/09/bundler-v2-2.html'
includes context and a more detailed explanation of the changes in this version. This is a summary of the biggest changes. As always, a detailed list of every change is provided in
== #{link_to "the changelog", "https://github.com/rubygems/rubygems/blob/3.2/bundler/CHANGELOG.md"}.
#{link_to "the changelog", "https://github.com/rubygems/rubygems/blob/3.2/bundler/CHANGELOG.md"}.

%h3 Multiplatform support
.contents
Expand Down
2 changes: 1 addition & 1 deletion source/v2.3/whats_new.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
The
= link_to 'Bundler 2.3 announcement', '/blog/2022/01/23/bundler-v2-3.html'
includes context and a more detailed explanation of the changes in this version. This is a summary of the biggest changes. As always, a detailed list of every change is provided in
== #{link_to "the changelog", "https://github.com/rubygems/rubygems/blob/3.3/bundler/CHANGELOG.md"}.
#{link_to "the changelog", "https://github.com/rubygems/rubygems/blob/3.3/bundler/CHANGELOG.md"}.

%h3 Bundler Version Locking
.contents
Expand Down
2 changes: 1 addition & 1 deletion source/v2.4/whats_new.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
The
= link_to 'Bundler 2.4 announcement', '/blog/2022/12/22/bundler-v2-4.html'
includes context and a more detailed explanation of the changes in this version. This is a summary of the biggest changes. As always, a detailed list of every change is provided in
== #{link_to "the changelog", "https://github.com/rubygems/rubygems/blob/3.4/bundler/CHANGELOG.md"}.
#{link_to "the changelog", "https://github.com/rubygems/rubygems/blob/3.4/bundler/CHANGELOG.md"}.

%h3 A new PubGrub based resolver
.contents
Expand Down

0 comments on commit 76e3089

Please sign in to comment.