Skip to content

Commit

Permalink
rubocop-rails: Update 2.13.2->2.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Apr 19, 2022
1 parent e345fdb commit fa64195
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .rubocop_todo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,15 @@ Rails/FilePath:
- 'test/models/hiera_data/yaml_file_test.rb'
- 'test/models/hiera_data_test.rb'

# Offense count: 13
Rails/I18nLocaleTexts:
Exclude:
- 'app/controllers/application_controller.rb'
- 'app/controllers/keys_controller.rb'
- 'app/controllers/page_controller.rb'
- 'app/controllers/sessions_controller.rb'
- 'app/controllers/users_controller.rb'

# Offense count: 1
# Cop supports --auto-correct.
# Configuration parameters: NotNilAndNotEmpty, NotBlank, UnlessBlank.
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ GEM
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.16.0)
parser (>= 3.1.1.0)
rubocop-rails (2.13.2)
rubocop-rails (2.14.2)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.7.0, < 2.0)
Expand Down

0 comments on commit fa64195

Please sign in to comment.