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:
authorDennis Schubert <mail@dennis-schubert.de>2016-05-12 05:04:17 +0300
committerJonne Haß <me@jhass.eu>2016-05-12 14:16:37 +0300
commit7b039da24abbe846cfb27757c5f66e7916229280 (patch)
tree216cbee3d2ea7152076e663bad191cb5250c93f0 /.rubocop.yml
parent0bb6c017f138154c45c9fca91a986e2b009492c2 (diff)
Update Rubocop config
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index 8cced7682..2ee483e70 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -1,9 +1,11 @@
AllCops:
- RunRailsCops: true
Exclude:
- "bin/**/*"
- "db/schema.rb"
+Rails:
+ Enabled: true
+
# Commonly used screens these days easily fit more than 80 characters.
Metrics/LineLength:
Max: 120