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:
authorJonne Haß <me@jhass.eu>2015-08-03 04:11:43 +0300
committerJonne Haß <me@jhass.eu>2015-08-03 04:11:43 +0300
commit7c611ca509b6a1049d6eb344596f7d4187d1eb70 (patch)
tree4a4fc92ba8e3d6dbc27727934b20639d9feaa60e /.rubocop.yml
parentcae5f94af091cca9bd833d455860f0377e266b08 (diff)
rubocop: skip db/schema.rb [ci skip]
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index 39651d553..66fe0faac 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -1,5 +1,7 @@
AllCops:
RunRailsCops: true
+ Exclude:
+ - 'db/schema.rb'
# Commonly used screens these days easily fit more than 80 characters.
Metrics/LineLength: