about summary refs log tree commit diff
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2019-03-28 17:56:25 +0100
committerGitHub <noreply@github.com>2019-03-28 17:56:25 +0100
commit026dd75208223a8ceb8f3e82699a123d68b9a1c7 (patch)
treea76b5ae9bf59cf3fc2526d5677a99eb6cd2fd6ca /.rubocop.yml
parent24d5b6f9e39d2ac62a9657c7d19bc8c437b0735b (diff)
Add `tootctl self-destruct` (#10367)
Fix #10305
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index 59e8a757a..f1095e022 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -80,7 +80,7 @@ Rails/HttpStatus:
 Rails/Exit:
   Exclude:
     - 'lib/mastodon/*'
-    - 'lib/cli'
+    - 'lib/cli.rb'
 
 Style/ClassAndModuleChildren:
   Enabled: false