Update docs-chef-io/content/inspec/cli.md

cookstyle relevant changes in inspec check

Co-authored-by: Ian Maddaus <IanMadd@users.noreply.github.com>
This commit is contained in:
Nikita Mathur 2021-10-01 13:09:07 +05:30 committed by GitHub
parent 11b9196d44
commit ec7526f974
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -60,7 +60,7 @@ inspec automate SUBCOMMAND
## check
Verify metadata in inspec.yml. Verify control data has fields (title, description, impact) defined and that all controls have visible tests. Verify control is not using deprecated InSpec DSL.
Verify the metadata in the inspec.yml file, verify that control blocks have the correct fields (title, description, impact) defined, that all controls have visible tests, and that controls are not using deprecated InSpec DSL code.
### Syntax