Skip to content

Commit 0ecafee

Browse files
committed
fix rubocop errors
1 parent e1b63e0 commit 0ecafee

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.rubocop.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ Metrics/BlockLength:
3434

3535
Metrics/AbcSize:
3636
Max: 35
37+
Exclude:
38+
- 'app/controllers/solid_queue_monitor/base_controller.rb'
3739

3840
Metrics/CyclomaticComplexity:
3941
Max: 10

0 commit comments

Comments
 (0)