Skip to content

Commit

Permalink
[#494] Fix failing CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Goose97 committed Jan 5, 2024
1 parent 0c69a8d commit 4ee9b70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ require:
- rubocop-rails
- rubocop-rspec
- rubocop-performance
- ./lib/custom_cops/required_inverse_of_relations.rb
- ./custom_cops/required_inverse_of_relations.rb

AllCops:
Exclude:
Expand Down
2 changes: 1 addition & 1 deletion .template/addons/custom_cops/template.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
require 'fileutils'

FileUtils.mkdir_p 'lib/custom_cops'
copy_file 'custom_cops/required_inverse_of_relations.rb', 'lib/custom_cops/required_inverse_of_relations.rb'
copy_file 'custom_cops/required_inverse_of_relations.rb', mode: :preserve

0 comments on commit 4ee9b70

Please sign in to comment.