diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2019-03-28 17:56:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-28 17:56:25 +0100 |
commit | 026dd75208223a8ceb8f3e82699a123d68b9a1c7 (patch) | |
tree | a76b5ae9bf59cf3fc2526d5677a99eb6cd2fd6ca /.rubocop.yml | |
parent | 24d5b6f9e39d2ac62a9657c7d19bc8c437b0735b (diff) |
Add `tootctl self-destruct` (#10367)
Fix #10305
Diffstat (limited to '.rubocop.yml')
-rw-r--r-- | .rubocop.yml | 2 |
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 |