mirror of
https://github.com/inspec/inspec
synced 2024-11-10 15:14:23 +00:00
deactivate inspec check for now
This commit is contained in:
parent
89209a91f8
commit
51abba245f
1 changed files with 1 additions and 1 deletions
2
Rakefile
2
Rakefile
|
@ -15,7 +15,7 @@ desc 'Run robocop linter'
|
||||||
task lint: [:rubocop]
|
task lint: [:rubocop]
|
||||||
|
|
||||||
# run tests
|
# run tests
|
||||||
task default: [:lint, 'test:check']
|
task default: [:lint]
|
||||||
|
|
||||||
namespace :test do
|
namespace :test do
|
||||||
# run inspec check to verify that the profile is properly configured
|
# run inspec check to verify that the profile is properly configured
|
||||||
|
|
Loading…
Reference in a new issue