diff --git a/.rubocop.yml b/.rubocop.yml index 16acdda8..f22b313d 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -585,3 +585,33 @@ RSpec/RepeatedSubjectCall: # new in 2.27 Enabled: true RSpec/UndescriptiveLiteralsDescription: # new in 2.29 Enabled: true +Gemspec/AddRuntimeDependency: # new in 1.65 + Enabled: true +Lint/DuplicateSetElement: # new in 1.67 + Enabled: true +Lint/UnescapedBracketInRegexp: # new in 1.68 + Enabled: true +Lint/UselessNumericOperation: # new in 1.66 + Enabled: true +Style/AmbiguousEndlessMethodDefinition: # new in 1.68 + Enabled: true +Style/BitwisePredicate: # new in 1.68 + Enabled: true +Style/CombinableDefined: # new in 1.68 + Enabled: true +Style/KeywordArgumentsMerging: # new in 1.68 + Enabled: true +Style/RedundantInterpolationUnfreeze: # new in 1.66 + Enabled: true +Style/SafeNavigationChainLength: # new in 1.68 + Enabled: true +Style/SendWithLiteralMethodName: # new in 1.64 + Enabled: true +Style/SuperArguments: # new in 1.64 + Enabled: true +Rails/EnumSyntax: # new in 2.26 + Enabled: true +RSpec/StringAsInstanceDoubleConstant: # new in 3.1 + Enabled: true +Performance/StringBytesize: # new in 1.23 + Enabled: true