From 0952891227bebaa6a3de7e3d0b5859a0894cf466 Mon Sep 17 00:00:00 2001 From: Nathan Moore Date: Mon, 9 May 2022 12:10:05 -0500 Subject: [PATCH] remove unnecessary rubocop configs --- .rubocop.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.rubocop.yml b/.rubocop.yml index 6de7c546..6f024bb0 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1,9 +1,6 @@ AllCops: Exclude: - - gems/**/* - - init_templates/**/* - - lib/measures/**/resources/* - - lib/openstudio/extension/core/**/* + - example_files/resources/**/* require: rubocop-performance inherit_from: - - http://s3.amazonaws.com/openstudio-resources/styles/rubocop_v4.yml \ No newline at end of file + - http://s3.amazonaws.com/openstudio-resources/styles/rubocop_v4.yml