# This configuration was generated by
# `rubocop --auto-gen-config --exclude-limit 20 --no-offense-counts --no-auto-gen-timestamp`
-# using RuboCop version 1.32.0.
+# using RuboCop version 1.33.0.
# The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new
- 'lib/redmine/core_ext/string/inflections.rb'
- 'test/integration/admin_test.rb'
-# Configuration parameters: IgnoredMethods.
+# Configuration parameters: AllowedMethods, AllowedPatterns, IgnoredMethods.
Lint/AmbiguousBlockAssociation:
Enabled: false
Enabled: false
# This cop supports safe autocorrection (--autocorrect).
-# Configuration parameters: IgnoredMethods.
-# IgnoredMethods: ==, equal?, eql?
+# Configuration parameters: AllowedMethods, AllowedPatterns, IgnoredMethods.
+# AllowedMethods: ==, equal?, eql?
Style/ClassEqualityComparison:
Exclude:
- 'app/models/principal.rb'
Enabled: false
# This cop supports safe autocorrection (--autocorrect).
-# Configuration parameters: IgnoredMethods.
+# Configuration parameters: AllowedMethods, AllowedPatterns, IgnoredMethods.
Style/MethodCallWithoutArgsParentheses:
Exclude:
- 'lib/redmine/scm/adapters/cvs_adapter.rb'
MinDigits: 9
# This cop supports unsafe autocorrection (--autocorrect-all).
-# Configuration parameters: EnforcedStyle, IgnoredMethods.
+# Configuration parameters: EnforcedStyle, AllowedMethods, AllowedPatterns, IgnoredMethods.
# SupportedStyles: predicate, comparison
Style/NumericPredicate:
Enabled: false
EnforcedStyle: brackets
# This cop supports unsafe autocorrection (--autocorrect-all).
-# Configuration parameters: AllowMethodsWithArguments, IgnoredMethods, AllowComments.
-# IgnoredMethods: respond_to, define_method
+# Configuration parameters: AllowMethodsWithArguments, AllowedMethods, AllowedPatterns, IgnoredMethods, AllowComments.
+# AllowedMethods: respond_to, define_method
Style/SymbolProc:
Enabled: false
gem "selenium-webdriver", "~> 3.142.7"
gem 'webdrivers', '4.6.1', require: false
# RuboCop
- gem 'rubocop', '~> 1.32.0'
+ gem 'rubocop', '~> 1.33.0'
gem 'rubocop-performance', '~> 1.14.2'
gem 'rubocop-rails', '~> 2.15.0'
end