Skip to content

Commit

Permalink
style: exclude test/templates from RuboCop
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Aug 16, 2023
1 parent 75debe8 commit 624380a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ AllCops:
- 'lib/generators/**/templates/*.rb'
- '.github/**/*'
- templates/**/*
- 'test/templates/**/*'
- 'lib/ruby_bytes/thor.rb'
DisplayCopNames: true
SuggestExtensions: false
Expand Down

0 comments on commit 624380a

Please sign in to comment.