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>2021-04-11 17:05:15 +0300
committerJonne Haß <me@jhass.eu>2021-04-11 18:25:18 +0300
commita36ffff5f7da2ffca76779da93933a42a83e34aa (patch)
tree5bbd0da16b5058946c895aed3d07feee1f5a6279 /.rubocop.yml
parent2412ee390dbec5522cd14d02d52ab240a903fdfd (diff)
update linters
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index 5b6980af4..71c3b4bd0 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -1,7 +1,8 @@
require: rubocop-rails
AllCops:
- TargetRubyVersion: 2.3
+ TargetRubyVersion: 2.6
+ NewCops: enable
Exclude:
- "bin/**/*"
- "db/schema.rb"