table of contents
other versions
- bookworm 3.0.1-1
- bookworm-backports 4.2.4-2~bpo12+1
- testing 4.2.4-2
- unstable 4.2.4-2
PUPPET-LINT(1) | User Commands | PUPPET-LINT(1) |
NAME¶
puppet-lint - Puppet Lint
DESCRIPTION¶
- puppet-lint
- Basic Command Line Usage:
- puppet-lint [OPTIONS] PATH
- PATH
- The path to the Puppet manifest.
- Option:
- --version
- Display the current version.
- --no-config
- Do not load default puppet-lint option files.
- -c, --config FILE
- Load puppet-lint options from file.
- --with-context
- Show where in the manifest the problem is.
- --with-filename
- Display the filename before the warning.
- --fail-on-warnings
- Return a non-zero exit status for warnings
- --error-level LEVEL
- The level of error to return (warning, error or all).
- --show-ignored
- Show problems that have been ignored by control comments
- --relative
- Compare module layout relative to the module root
- -l, --load FILE
- Load a file containing custom puppet-lint checks.
- --load-from-puppet MODULEPATH
- Load plugins from the given Puppet module path.
- -f, --fix
- Attempt to automatically fix errors
- --log-format FORMAT
- Change the log format. Overrides --with-filename. The following placeholders can be used: %{filename} - Filename without path. %{path} - Path as provided to puppet-lint. %{fullpath} - Expanded path to the file. %{line} - Line number. %{column} - Column number. %{kind} - The kind of message (warning, error). %{KIND} - Uppercase version of %{kind}. %{check} - The name of the check. %{message} - The message.
- --json
- Log output as JSON
- --sarif
- Log output as SARIF
- --codeclimate-report-file FILE
- Save a code climate compatible report to this file
- --list-checks
- List available check names.
- Checks:
- --only-checks CHECKS
- A comma separated list of checks that should be run
- --ignore-paths PATHS
- A comma separated list of patterns to ignore
- --no-arrow_on_right_operand_line-check
- Skip the arrow_on_right_operand_line check.
--no-autoloader_layout-check Skip the autoloader_layout check.
- --no-class_inherits_from_params_class-check
- Skip the class_inherits_from_params_class check.
- --class_inherits_from_params_class-check
- Enable the class_inherits_from_params_class check.
--no-code_on_top_scope-check Skip the code_on_top_scope check.
- --code_on_top_scope-check
- Enable the code_on_top_scope check.
- --no-inherits_across_namespaces-check
- Skip the inherits_across_namespaces check.
- --no-names_containing_dash-check
- Skip the names_containing_dash check.
- --no-names_containing_uppercase-check
- Skip the names_containing_uppercase check.
- --no-nested_classes_or_defines-check
- Skip the nested_classes_or_defines check.
- --no-parameter_order-check
- Skip the parameter_order check.
- --no-right_to_left_relationship-check
- Skip the right_to_left_relationship check.
- --no-variable_scope-check
- Skip the variable_scope check.
- --no-slash_comments-check
- Skip the slash_comments check.
- --no-star_comments-check
- Skip the star_comments check.
- --no-case_without_default-check
- Skip the case_without_default check.
- --no-selector_inside_resource-check
- Skip the selector_inside_resource check.
- --no-documentation-check
- Skip the documentation check.
- --no-unquoted_node_name-check
- Skip the unquoted_node_name check.
- --no-duplicate_params-check
- Skip the duplicate_params check.
- --no-ensure_first_param-check
- Skip the ensure_first_param check.
- --no-ensure_not_symlink_target-check
- Skip the ensure_not_symlink_target check.
- --no-file_mode-check
- Skip the file_mode check.
- --no-unquoted_file_mode-check
- Skip the unquoted_file_mode check.
- --no-unquoted_resource_title-check
- Skip the unquoted_resource_title check.
- --no-double_quoted_strings-check
- Skip the double_quoted_strings check.
- --no-only_variable_string-check
- Skip the only_variable_string check.
- --no-puppet_url_without_modules-check
- Skip the puppet_url_without_modules check.
- --no-quoted_booleans-check
- Skip the quoted_booleans check.
- --quoted_booleans-check
- Enable the quoted_booleans check.
- --no-single_quote_string_with_variables-check
- Skip the single_quote_string_with_variables check.
- --no-variables_not_enclosed-check
- Skip the variables_not_enclosed check.
- --no-variable_contains_dash-check
- Skip the variable_contains_dash check.
- --no-variable_is_lowercase-check
- Skip the variable_is_lowercase check.
- --no-140chars-check
- Skip the 140chars check.
- --no-2sp_soft_tabs-check
- Skip the 2sp_soft_tabs check.
- --no-80chars-check
- Skip the 80chars check.
- --80chars-check
- Enable the 80chars check.
- --no-arrow_alignment-check
- Skip the arrow_alignment check.
- --no-hard_tabs-check
- Skip the hard_tabs check.
- --no-trailing_whitespace-check
- Skip the trailing_whitespace check.
- --no-legacy_facts-check
- Skip the legacy_facts check.
- --no-top_scope_facts-check
- Skip the top_scope_facts check.
February 2024 | puppet-lint 4.2.4 |