Skip to content

Commit

Permalink
Debug_22
Browse files Browse the repository at this point in the history
  • Loading branch information
Goose97 committed Jan 5, 2024
1 parent a49ddeb commit f56f47d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 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
- ./custom_cops/required_inverse_of_relations.rb
- ./lib/custom_cops/required_inverse_of_relations.rb

AllCops:
Exclude:
Expand Down
9 changes: 5 additions & 4 deletions .template/addons/custom_cops/template.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@

require 'fileutils'

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

create_file 'lib/custom_cops/hello.world' do
'# No comment'
end
# create_file 'lib/custom_cops/hello.world' do
# '# No comment'
# end

0 comments on commit f56f47d

Please sign in to comment.