Fix RuboCop config. (#54788)

This commit is contained in:
Markus Reiter
2018-11-12 05:33:21 +01:00
committed by GitHub
parent e34c90b92b
commit f9cd25969e
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
inherit_from: ../../../../.rubocop_cask.yml
+1
View File
@@ -40,6 +40,7 @@ function copy_templates {
--include '.github/***' \
--include '.gitignore' \
--include '.travis.yml' \
--include 'Casks/.rubocop.yml' \
--include 'CODE_OF_CONDUCT.md' \
--exclude '*' "${main_repo_dir}/" '.'
rm '.github/ISSUE_TEMPLATE/02_feature_request.md' # Feature requests only make sense in the main repo