Skip to content

Commit

Permalink
[CLEANUP] Regenerate the RuboCop baseline (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverklee authored Oct 6, 2023
1 parent 3598ddf commit 95b2ffe
Showing 1 changed file with 2 additions and 26 deletions.
28 changes: 2 additions & 26 deletions .rubocop_todo.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,11 @@
# This configuration was generated by
# `rubocop --auto-gen-config --exclude-limit 10000`
# on 2023-10-05 13:54:27 UTC using RuboCop version 1.56.4.
# `rubocop --auto-gen-config`
# on 2023-10-06 15:06:52 UTC using RuboCop version 1.56.4.
# 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
# versions of RuboCop, may require this file to be generated again.

# Offense count: 1
# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: Severity, Include.
# Include: **/*.gemspec
Gemspec/DeprecatedAttributeAssignment:
Exclude:
- 'page_title_helper.gemspec'

# Offense count: 5
# Configuration parameters: EnforcedStyle, AllowedGems, Include.
# SupportedStyles: Gemfile, gems.rb, gemspec
# Include: **/*.gemspec, **/Gemfile, **/gems.rb
Gemspec/DevelopmentDependencies:
Exclude:
- 'page_title_helper.gemspec'

# Offense count: 1
# Configuration parameters: AllowedParentClasses.
Lint/MissingSuper:
Expand Down Expand Up @@ -53,14 +37,6 @@ Rails/RootPathnameMethods:
Exclude:
- 'lib/page_title_helper.rb'

# Offense count: 1
# This cop supports unsafe autocorrection (--autocorrect-all).
# Configuration parameters: EnforcedStyle.
# SupportedStyles: always, always_true, never
Style/FrozenStringLiteralComment:
Exclude:
- 'page_title_helper.gemspec'

# Offense count: 1
Style/MixinUsage:
Exclude:
Expand Down

0 comments on commit 95b2ffe

Please sign in to comment.