Skip to content

Commit

Permalink
Required changes for .rubocop.yml to work
Browse files Browse the repository at this point in the history
  • Loading branch information
AKeyframe committed Oct 4, 2024
1 parent d23de8d commit 38264e1
Show file tree
Hide file tree
Showing 2 changed files with 580 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
inherit_from: .rubocop_todo.yml

require:
- rubocop-performance
- rubocop-rails
- .rubocop/custom_cop/top_level_constants_per_file.rb

AllCops:
TargetRubyVersion: 2.3
TargetRailsVersion: 4.2
TargetRubyVersion: 2.5
TargetRailsVersion: 5.1
Exclude:
- 'bin/**/*'
- 'db/**/*'
Expand Down
Loading

0 comments on commit 38264e1

Please sign in to comment.