Skip to content

Commit f82a83e

Browse files
committed
Rubocop
Updating rubocop to ignore the console Signed-off-by: Rodrigo Nardi <rnardi@netdef.org>
1 parent 03a5a1b commit f82a83e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.rubocop.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ AllCops:
1010
Exclude:
1111
- 'githubapi/**/*'
1212
- 'db/schema.rb'
13+
- 'bin/console'
1314
Metrics/MethodLength:
1415
Max: 20
1516

0 commit comments

Comments
 (0)