From 8edffe65ef8b5012c3f0afe3c8c66ed2e3c60a43 Mon Sep 17 00:00:00 2001 From: Kyrylo Silin Date: Sun, 24 Mar 2019 01:56:00 +0200 Subject: rubocop: disable the Style/Documentation cop On a normal day I would keep it enabled but I don't really fancy documenting 138 classes... --- .rubocop_todo.yml | 4 ---- 1 file changed, 4 deletions(-) (limited to '.rubocop_todo.yml') diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index d767990f..eebfa251 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -133,7 +133,3 @@ Style/CaseEquality: Style/CommentedKeyword: Exclude: - 'spec/fixtures/example_nesting.rb' - -# Offense count: 138 -Style/Documentation: - Enabled: false -- cgit v1.2.1