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 12:12:42 +0300
committerJeff King <peff@peff.net>2022-10-05 16:27:57 +0300
commitc40d13f417e1ff87c26f128f2aa8983e9c50771e (patch)
treed9de5a4c2e987f3fb1288933aca12a32609c6141 /.rubocop.yml
parentc93f4e74e0b21441ba1e697852022561c82215dd (diff)
rubocop: disable Style/Documentation
Sure, it would be nice if every class had more documentation. But I'm not going to add it right now, so let's disable this warning.
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 0c72077b..d8ed2e99 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -20,6 +20,8 @@ Layout:
Style/StringLiterals:
Enabled: false
+Style/Documentation:
+ Enabled: false
Rails/HelperInstanceVariable:
Enabled: false