Skip to content

Commit 321f14e

Browse files
committed
update rubocop config
1 parent d86c60f commit 321f14e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.rubocop_todo.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@
1010
# Configuration parameters: EnforcedStyle, AllowedGems, Include.
1111
# SupportedStyles: Gemfile, gems.rb, gemspec
1212
# Include: **/*.gemspec, **/Gemfile, **/gems.rb
13+
AllCops:
14+
Exclude:
15+
- 'squake.gemspec'
16+
- 'bin/**/*'
17+
1318
Gemspec/DevelopmentDependencies:
1419
Exclude:
1520
- 'squake.gemspec'

0 commit comments

Comments
 (0)