From 080e8de584a4b04d193dae4f97766b4e04680e34 Mon Sep 17 00:00:00 2001 From: Toon Claes Date: Fri, 12 Apr 2019 10:34:51 +0200 Subject: Exclude ee/bin from Naming/FileName cop Related issue: https://gitlab.com/gitlab-org/gitlab-ee/issues/6565 --- .rubocop.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.rubocop.yml b/.rubocop.yml index aa49f41ebf4..e5fe527e611 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -75,6 +75,7 @@ Naming/FileName: - 'qa/spec/**/*' - 'qa/qa/specs/**/*' - 'qa/bin/*' + - 'ee/bin/*' - 'config/**/*' - 'ee/config/**/*' - 'lib/generators/**/*' -- cgit v1.2.1