Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/git/git-scm.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2020-12-13 07:04:29 +0300
committerJeff King <peff@peff.net>2020-12-13 07:04:29 +0300
commit8414a2dd0e723a9828ea69a166d790e998b51495 (patch)
tree586ee5b2de3e83d1c14b8f2f07545ecdf8408262 /.rubocop.yml
parentc20a40ecf7a4057cc018071001e52e11498c4580 (diff)
rubocop: add rubocop-rails dependency
Otherwise we can't find many cops. I'm not sure why this is necessary with the newer versions of the gem but not the old.
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index 2e423cf9..9cee4a30 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -1,3 +1,6 @@
+require:
+ - rubocop-rails
+
inherit_gem:
rubocop-github:
- config/default.yml