summaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2021-02-05 06:59:02 +0100
committerEugen Wissner <belka@caraus.de>2021-02-05 06:59:06 +0100
commit9013817630b9b501c0c1404cab8a9a4adf476854 (patch)
tree8bbb3b0b4e5e0ddf5d74db6a03a8068fb4dde085 /.rubocop.yml
parent37e8a329eac342d4184f32116247197b805fe54b (diff)
downloadslackbuilder-9013817630b9b501c0c1404cab8a9a4adf476854.tar.gz
Add TODO rubocop configuration
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index 1299d91..d47da7d 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -1,3 +1,5 @@
+inherit_from: .rubocop_todo.yml
+
AllCops:
Exclude:
- 'vendor/**/*'