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>2018-06-03 11:43:36 +0300
committerBenjamin Neff <benjamin@coding4coffee.ch>2018-06-16 22:12:13 +0300
commitfac3c4bbe3799cafc119aea877134a7ebcc4d438 (patch)
tree37f9da6476379bd499a2f6a228b08a93b1bd8961 /.rubocop.yml
parentd1597c0b23d8803d3e3eecc06e189589d14b0aff (diff)
update plural rules
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index 02fd23ffd..3544f1517 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -3,6 +3,7 @@ AllCops:
Exclude:
- "bin/**/*"
- "db/schema.rb"
+ - "config/locales/cldr/plurals.rb"
Rails:
Enabled: true