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

github.com/git/git-scm.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2022-10-05 16:56:25 +0300
committerJeff King <peff@peff.net>2022-10-05 16:56:25 +0300
commit2623bae6825e8750fe843b17c078f7f8811e1d0a (patch)
treed08f20886026ad396084d903a045be0df0748084
parente4e87f3f34d619520bafcb013ebfe5d8598fe9ea (diff)
rubocop: enable new cops by default
This will stop rubocop from spamming the list of new ones. I do wonder if it will then start spamming us with new warnings. We'll see.
-rw-r--r--.rubocop.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index a8cf3eb2..c17b6336 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -7,6 +7,7 @@ AllCops:
Exclude:
- db/migrate/**
SuggestExtensions: false
+ NewCops: enable
Performance:
enabled: true