Skip to content

Commit 6e090a9

Browse files
committed
Disable all outstanding rubocop issues
1 parent 4119af2 commit 6e090a9

File tree

3 files changed

+434
-0
lines changed

3 files changed

+434
-0
lines changed

.rubocop.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ AllCops:
1818
- "**/Puppetfile"
1919
- "**/Vagrantfile"
2020
- "**/Guardfile"
21+
inherit_from: ".rubocop_todo.yml"
2122
Metrics/LineLength:
2223
Description: People have wide screens, use them.
2324
Max: 200

0 commit comments

Comments
 (0)