From 0fd2d92117fc0ce48d93bb4ffa140a5550d95192 Mon Sep 17 00:00:00 2001 From: dcrosby Date: Tue, 27 Jan 2026 08:26:19 -0800 Subject: [PATCH] Add cinc-workstation rubocop path --- scripts/run_rubocop | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/run_rubocop b/scripts/run_rubocop index 0ffdce1..b012155 100755 --- a/scripts/run_rubocop +++ b/scripts/run_rubocop @@ -21,6 +21,8 @@ if bundle exec rubocop --version > /dev/null 2>&1; then RUBOCOP='bundle exec rubocop' elif [ -x /opt/chef-workstation/embedded/bin/rubocop ]; then RUBOCOP='/opt/chef-workstation/embedded/bin/rubocop' +elif [ -x /opt/cinc-workstation/embedded/bin/rubocop ]; then + RUBOCOP='/opt/cinc-workstation/embedded/bin/rubocop' elif [ -x /opt/chef/embedded/bin/rubocop ]; then RUBOCOP='/opt/chef/embedded/bin/rubocop' else