From dfe5cc2a04b822469e2dc08d8e111a5334f7ca12 Mon Sep 17 00:00:00 2001 From: Josh Hagins Date: Tue, 5 Jan 2016 06:08:32 -0500 Subject: [PATCH] Symlink to base Casks .rubocop.yml in test cask directories --- spec/support/Casks/.rubocop.yml | 1 + test/support/Casks/.rubocop.yml | 1 + 2 files changed, 2 insertions(+) create mode 120000 spec/support/Casks/.rubocop.yml create mode 120000 test/support/Casks/.rubocop.yml diff --git a/spec/support/Casks/.rubocop.yml b/spec/support/Casks/.rubocop.yml new file mode 120000 index 0000000000..ee5c2b9485 --- /dev/null +++ b/spec/support/Casks/.rubocop.yml @@ -0,0 +1 @@ +../../../Casks/.rubocop.yml \ No newline at end of file diff --git a/test/support/Casks/.rubocop.yml b/test/support/Casks/.rubocop.yml new file mode 120000 index 0000000000..ee5c2b9485 --- /dev/null +++ b/test/support/Casks/.rubocop.yml @@ -0,0 +1 @@ +../../../Casks/.rubocop.yml \ No newline at end of file