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

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Neff <benjamin@coding4coffee.ch>2019-07-03 03:19:37 +0300
committerBenjamin Neff <benjamin@coding4coffee.ch>2019-07-03 14:18:38 +0300
commit1458d2d57fcfaf760ed60efdacaf05c796d96ac8 (patch)
treec6ef2074a60ff75b3d1f743ed9aac0c4a207e911 /.rubocop.yml
parentd2c4faeb9f31ba27c0be801817adeeb505849dfb (diff)
Bump rubocop
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index 0647b5e48..28f9edea4 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -1,3 +1,5 @@
+require: rubocop-rails
+
AllCops:
TargetRubyVersion: 2.3
Exclude:
@@ -5,9 +7,6 @@ AllCops:
- "db/schema.rb"
- "config/locales/cldr/plurals.rb"
-Rails:
- Enabled: true
-
# Disable for rails 4
Rails/HttpPositionalArguments:
Enabled: false