Skip to content

Commit

Permalink
rubocop correction
Browse files Browse the repository at this point in the history
  • Loading branch information
DMedina6 committed Dec 17, 2024
1 parent 2731f0c commit e46d88b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/courses/delta/06.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,8 @@ The current available commands for testing are:
```sh
bundle exec rake [inspec or cinc-auditor]:check # validate the inspec profile
bundle exec rake lint # Run RuboCop
bundle exec rake lint:autocorrect # Autocorrect RuboCop offenses (only when it's safe)
bundle exec rake lint:autocorrect_all # Autocorrect RuboCop offenses (safe and unsafe)
bundle exec rake lint:auto_correct # Autocorrect RuboCop offenses (only when it's safe)
bundle exec rake lint:auto_correct_all # Autocorrect RuboCop offenses (safe and unsafe)
bundle exec rake pre_commit_checks # Ensure the controls are ready to be committed into the repo
```

Expand Down

0 comments on commit e46d88b

Please sign in to comment.