Skip to content

Commit

Permalink
Disable Rails/LinkToBlank (closes (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
codener committed Dec 7, 2021
1 parent 61f785b commit 0dc07af
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 9 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
### Compatible changes


## 7.2.0 - 2021-12-07

### Compatible changes

- Disable `Rails/LinkToBlank`


## 7.1.0 - 2021-11-29

### Compatible changes
Expand Down
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
makandra-rubocop (7.1.0)
makandra-rubocop (7.2.0)
rubocop (~> 1.18.4)
rubocop-rails (~> 2.11.3)
rubocop-rspec (~> 2.4.0)
Expand All @@ -17,16 +17,16 @@ GEM
zeitwerk (~> 2.3)
ast (2.4.2)
concurrent-ruby (1.1.9)
i18n (1.8.10)
i18n (1.8.11)
concurrent-ruby (~> 1.0)
minitest (5.14.4)
parallel (1.21.0)
parser (3.0.2.0)
parser (3.0.3.1)
ast (~> 2.4.1)
rack (2.2.3)
rainbow (3.0.0)
rake (12.3.2)
regexp_parser (2.1.1)
regexp_parser (2.2.0)
rexml (3.2.5)
rubocop (1.18.4)
parallel (~> 1.10)
Expand All @@ -37,7 +37,7 @@ GEM
rubocop-ast (>= 1.8.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.11.0)
rubocop-ast (1.14.0)
parser (>= 3.0.1.1)
rubocop-rails (2.11.3)
activesupport (>= 4.2.0)
Expand All @@ -50,7 +50,7 @@ GEM
tzinfo (2.0.4)
concurrent-ruby (~> 1.0)
unicode-display_width (2.1.0)
zeitwerk (2.4.2)
zeitwerk (2.5.1)

PLATFORMS
ruby
Expand All @@ -61,4 +61,4 @@ DEPENDENCIES
rake (~> 12.3)

BUNDLED WITH
2.2.25
2.2.30
2 changes: 1 addition & 1 deletion config/ext/rails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ Rails/LinkToBlank:
- https://mathiasbynens.github.io/rel-noopener/
- https://html.spec.whatwg.org/multipage/links.html#link-type-noopener
- https://html.spec.whatwg.org/multipage/links.html#link-type-noreferrer
Enabled: true
Enabled: false
VersionAdded: '0.62'

Rails/MailerName:
Expand Down
2 changes: 1 addition & 1 deletion lib/makandra_rubocop/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module MakandraRubocop
VERSION = '7.1.0'.freeze
VERSION = '7.2.0'.freeze
end

0 comments on commit 0dc07af

Please sign in to comment.