Skip to content

Commit

Permalink
Move rubocop to inspec unit test (#1828)
Browse files Browse the repository at this point in the history
Merged PR #1828.
  • Loading branch information
slevenick authored and modular-magician committed May 24, 2019
1 parent 5c4ad61 commit e0bc886
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .ci/unit-tests/inspec.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ bundle exec compiler -a -e inspec -o "build/inspec/"
cp templates/inspec/vcr_config.rb build/inspec

pushd build/inspec

# Run rubocop on the generated resources
rubocop -c .rubocop.yml

bundle
mkdir inspec-cassettes
# Check if PR_ID folder exists
Expand Down

0 comments on commit e0bc886

Please sign in to comment.