summaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorKyrylo Silin <silin@kyrylo.org>2019-03-24 01:56:00 +0200
committerKyrylo Silin <silin@kyrylo.org>2019-03-24 01:56:00 +0200
commit8edffe65ef8b5012c3f0afe3c8c66ed2e3c60a43 (patch)
treed8511a507ed24107184709ac51cdfa032853dd25 /.rubocop.yml
parentd17fafec099a903bcd43df8c23c450e9ed2e3e6d (diff)
downloadpry-8edffe65ef8b5012c3f0afe3c8c66ed2e3c60a43.tar.gz
rubocop: disable the Style/Documentation cop
On a normal day I would keep it enabled but I don't really fancy documenting 138 classes...
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index c2f52fb6..fe7c0c0c 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -58,3 +58,6 @@ Bundler/OrderedGems:
Style/DoubleNegation:
Enabled: false
+
+Style/Documentation:
+ Enabled: false