From db1c6c25945836e8dc678ccd83ce45c5f0a737a7 Mon Sep 17 00:00:00 2001 From: meyric Date: Fri, 18 Oct 2024 12:02:15 +0100 Subject: [PATCH] Remove Rubocop config We don't use Rubocop directly, we use Standard instead so this file could be misleading. --- .rubocop.yml | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 .rubocop.yml diff --git a/.rubocop.yml b/.rubocop.yml deleted file mode 100644 index 763fa0c..0000000 --- a/.rubocop.yml +++ /dev/null @@ -1,14 +0,0 @@ -Metrics/LineLength: - Max: 91 - Exclude: - - 'spec/dummy/**/*' - -Style/Documentation: - Exclude: - - 'spec/**/*' - - 'test/**/*' - - 'lib/**/*' - -Metrics/BlockLength: - Exclude: - - 'spec/**/*' \ No newline at end of file