1
1
# This configuration was generated by
2
2
# `rubocop --auto-gen-config --auto-gen-only-exclude`
3
- # on 2022-01-15 20:13:59 UTC using RuboCop version 1.23.0 .
3
+ # on 2022-01-22 20:24:27 UTC using RuboCop version 1.24.1 .
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
@@ -81,7 +81,7 @@ Lint/AmbiguousOperatorPrecedence:
81
81
- ' spec/factories/feed_factory.rb'
82
82
- ' spec/factories/group_factory.rb'
83
83
84
- # Offense count: 754
84
+ # Offense count: 761
85
85
# Configuration parameters: Only, Ignore.
86
86
Lint/ConstantResolution :
87
87
Enabled : false
@@ -391,7 +391,7 @@ Rails/HttpPositionalArguments:
391
391
- ' spec/fever_api_spec.rb'
392
392
393
393
# Offense count: 1
394
- # Configuration parameters: Include.
394
+ # Configuration parameters: IgnoreScopes, Include.
395
395
# Include: app/models/**/*.rb
396
396
Rails/InverseOf :
397
397
Exclude :
@@ -414,7 +414,7 @@ Rails/RakeEnvironment:
414
414
415
415
# Offense count: 5
416
416
# Configuration parameters: Include.
417
- # Include: db/migrate /*.rb
417
+ # Include: db/** /*.rb
418
418
Rails/ReversibleMigrationMethodDefinition :
419
419
Exclude :
420
420
- ' db/migrate/20130423001740_drop_email_from_user.rb'
@@ -528,31 +528,26 @@ Style/DocumentationMethod:
528
528
Style/FrozenStringLiteralComment :
529
529
Enabled : false
530
530
531
+ # Offense count: 84
532
+ # Cop supports --auto-correct.
533
+ # Configuration parameters: EnforcedShorthandSyntax, UseHashRocketsWithSymbolValues, PreferHashRocketsForNonAlnumEndingSymbols.
534
+ # SupportedStyles: ruby19, hash_rockets, no_mixed_keys, ruby19_no_mixed_keys
535
+ # SupportedShorthandSyntax: always, never
536
+ Style/HashSyntax :
537
+ Enabled : false
538
+
531
539
# Offense count: 1
532
540
Style/InlineComment :
533
541
Exclude :
534
542
- ' app/utils/opml_parser.rb'
535
543
536
- # Offense count: 699
544
+ # Offense count: 700
537
545
# Cop supports --auto-correct.
538
546
# Configuration parameters: IgnoreMacros, IgnoredMethods, IgnoredPatterns, IncludedMacros, AllowParenthesesInMultilineCall, AllowParenthesesInChaining, AllowParenthesesInCamelCaseMethod, AllowParenthesesInStringInterpolation, EnforcedStyle.
539
547
# SupportedStyles: require_parentheses, omit_parentheses
540
548
Style/MethodCallWithArgsParentheses :
541
549
Enabled : false
542
550
543
- # Offense count: 8
544
- # Configuration parameters: EnforcedStyle.
545
- # SupportedStyles: if, case, both
546
- Style/MissingElse :
547
- Exclude :
548
- - ' Rakefile'
549
- - ' app.rb'
550
- - ' app/commands/stories/mark_group_as_read.rb'
551
- - ' app/fever_api/write_mark_item.rb'
552
- - ' app/helpers/url_helpers.rb'
553
- - ' app/repositories/story_repository.rb'
554
- - ' spec/support/coverage.rb'
555
-
556
551
# Offense count: 1
557
552
# Cop supports --auto-correct.
558
553
# Configuration parameters: EnforcedStyle, IgnoredMethods.
0 commit comments