Skip to content

Commit

Permalink
remove missing require statement lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanoltman committed Jun 13, 2024
1 parent d22a4bf commit 210b356
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,19 +57,6 @@ Style/EmptyMethod:
Lint/UselessAssignment:
Exclude:
- "**/spec/**/*"
Require/MissingRequireStatement:
Exclude:
- "**/spec/**/*.rb"
- "**/spec_helper.rb"
- spaceship/lib/spaceship/babosa_fix.rb
- fastlane_core/lib/fastlane_core/ui/disable_colors.rb
- "**/Fastfile"
- "**/*.gemspec"
- rakelib/**/*
- "**/*.rake"
- "**/Rakefile"
- fastlane/**/*
- supply/**/*
Layout/FirstHashElementIndentation:
Enabled: false
Layout/HashAlignment:
Expand Down

0 comments on commit 210b356

Please sign in to comment.