11# This configuration was generated by
22# `rubocop --auto-gen-config --no-offense-counts --no-auto-gen-timestamp`
3- # using RuboCop version 1.35.1 .
3+ # using RuboCop version 1.75.6 .
44# The point is for the user to remove these configuration records
55# one by one as the offenses are removed from the code base.
66# Note that changes in the inspected code, or installation of new
@@ -11,15 +11,15 @@ Lint/EmptyBlock:
1111 Exclude :
1212 - ' config/routes.rb'
1313
14- # Configuration parameters: AllowedMethods, AllowedPatterns, IgnoredMethods, CountRepeatedAttributes.
14+ # Configuration parameters: AllowedMethods, AllowedPatterns, CountRepeatedAttributes.
1515Metrics/AbcSize :
1616 Max : 157
1717
1818# Configuration parameters: CountComments, CountAsOne.
1919Metrics/ClassLength :
2020 Max : 177
2121
22- # Configuration parameters: CountComments, CountAsOne, ExcludedMethods, AllowedMethods, AllowedPatterns, IgnoredMethods .
22+ # Configuration parameters: CountComments, CountAsOne, AllowedMethods, AllowedPatterns.
2323Metrics/MethodLength :
2424 Max : 38
2525
@@ -32,15 +32,11 @@ Performance/CollectionLiteralInLoop:
3232RSpec/ExampleLength :
3333 Max : 22
3434
35- # Configuration parameters: Include, CustomTransform, IgnoreMethods, SpecSuffixOnly.
36- # Include: **/*_spec*rb*, **/spec/**/*
37- RSpec/FilePath :
38- Exclude :
39- - ' spec/lib/publify_app/textfilter_code_spec.rb'
40-
35+ # Configuration parameters: AllowedGroups.
4136RSpec/NestedGroups :
4237 Max : 5
4338
39+ # This cop supports safe autocorrection (--autocorrect).
4440# Configuration parameters: MinBodyLength, AllowConsecutiveConditionals.
4541Style/GuardClause :
4642 Exclude :
0 commit comments