diff options
author | Yamagishi Kazutoshi <ykzts@desire.sh> | 2022-06-28 12:48:43 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-15 06:44:46 +0000 |
commit | bf851133aea61eb9734894c84327f8b1bb143d2b (patch) | |
tree | c1aacae20e7685fa2edfe8162dd951c8425b4d67 /lib/tasks/statistics.rake | |
parent | 05e39dc6199c609d200d546fed8a6a560659aa06 (diff) | |
download | mastodon-rubocop-fixes.tar mastodon-rubocop-fixes.tar.gz mastodon-rubocop-fixes.tar.bz2 mastodon-rubocop-fixes.zip |
Fix all rubocop warningsrubocop-fixes
Diffstat (limited to 'lib/tasks/statistics.rake')
-rw-r--r-- | lib/tasks/statistics.rake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tasks/statistics.rake b/lib/tasks/statistics.rake index 82f2b5416..a788b1c16 100644 --- a/lib/tasks/statistics.rake +++ b/lib/tasks/statistics.rake @@ -7,7 +7,7 @@ namespace :mastodon do task :stats do require 'rails/code_statistics' [ - %w(App\ Libraries app/lib), + ['App Libraries', 'app/lib'], %w(Presenters app/presenters), %w(Services app/services), %w(Validators app/validators), |