@@ -67,14 +67,14 @@ rake module:bump_to_version[new_version]
6767rake module:clean # Runs clean again
6868rake module:dependency[module_name,version] # Set specific module dependency version
6969rake module:push # Push module to the Puppet Forge
70- rake module:release # Release the Puppet module, doing a clean, build, bump_commit, tag, push and git push
70+ rake module:release # Release the Puppet module, doing a clean, build, bump_commit...
7171rake module:tag # Git tag with the current module version
7272rake module:version # Get current module version
7373rake module:version:next # Get next module version
7474rake module:version:next:major # Get the next MAJOR version
7575rake module:version:next:minor # Get the next MINOR version
7676rake module:version:next:patch # Get the next PATCH version
77- rake parallel_spec # Run spec tests in parallel and clean the fixtures directory if successful
77+ rake parallel_spec # Run spec tests in parallel and clean the fixtures directory ...
7878rake parallel_spec_standalone # Parallel spec tests
7979rake r10k:dependencies # Print outdated forge modules
8080rake r10k:deprecation # Validate that no forge modules are deprecated
@@ -86,7 +86,7 @@ rake r10k:syntax
8686rake r10k:validate # Validate the git urls and branches, refs, or tags
8787rake release # Release via GitHub Actions
8888rake release:prepare # Prepare a release
89- rake release_checks # Runs all necessary checks on a module in preparation for a release
89+ rake release_checks # Runs all necessary checks on a module in preparation for a r...
9090rake rubocop # Run RuboCop
9191rake rubocop:autocorrect # Autocorrect RuboCop offenses (only when it's safe)
9292rake rubocop:autocorrect_all # Autocorrect RuboCop offenses (safe and unsafe)
@@ -108,6 +108,7 @@ rake syntax:templates
108108rake test # Run tests
109109rake travis_release # Deprecated: use the "release" task instead
110110rake validate # Check syntax of Ruby files and call :syntax and :metadata_lint
111+ rake voxpupuli:custom:lint_all # Lint with all puppet-lint checks
111112```
112113
113114## Additionally included Tools
0 commit comments