File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1
1
# This configuration was generated by
2
2
# `rubocop --auto-gen-config --exclude-limit 20 --no-offense-counts --no-auto-gen-timestamp`
3
- # using RuboCop version 1.15 .0.
3
+ # using RuboCop version 1.16 .0.
4
4
# The point is for the user to remove these configuration records
5
5
# one by one as the offenses are removed from the code base.
6
6
# Note that changes in the inspected code, or installation of new
@@ -1271,6 +1271,7 @@ Style/HashAsLastArrayItem:
1271
1271
- ' app/models/board.rb'
1272
1272
1273
1273
# Cop supports --auto-correct.
1274
+ # Configuration parameters: AllowedReceivers.
1274
1275
Style/HashEachMethods :
1275
1276
Exclude :
1276
1277
- ' app/controllers/application_controller.rb'
@@ -1534,6 +1535,14 @@ Style/Proc:
1534
1535
- ' test/unit/lib/redmine/menu_manager/menu_helper_test.rb'
1535
1536
- ' test/unit/lib/redmine/menu_manager/menu_item_test.rb'
1536
1537
1538
+ # Cop supports --auto-correct.
1539
+ # Configuration parameters: EnforcedStyle.
1540
+ # SupportedStyles: same_as_string_literals, single_quotes, double_quotes
1541
+ Style/QuotedSymbols :
1542
+ Exclude :
1543
+ - ' test/functional/timelog_controller_test.rb'
1544
+ - ' test/unit/lib/redmine/i18n_test.rb'
1545
+
1537
1546
# Cop supports --auto-correct.
1538
1547
# Configuration parameters: Methods.
1539
1548
Style/RedundantArgument :
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ group :test do
92
92
gem "selenium-webdriver"
93
93
gem 'webdrivers' , '~> 4.4' , require : false
94
94
# RuboCop
95
- gem 'rubocop' , '~> 1.15 .0'
95
+ gem 'rubocop' , '~> 1.16 .0'
96
96
gem 'rubocop-performance' , '~> 1.11.0'
97
97
gem 'rubocop-rails' , '~> 2.10.1'
98
98
end
You can’t perform that action at this time.
0 commit comments