File: .puppet-lint.rc

package info (click to toggle)
puppet-module-icann-quagga 0.5.2-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 560 kB
  • sloc: ruby: 2,992; sh: 22; makefile: 8
file content (55 lines) | stat: -rw-r--r-- 1,426 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# Use this file to instruct puppet-lint to ignore certain checks.
# For the complete list of checks and flags to disable them,
# refer to <http://puppet-lint.com/checks/>.

# Examples (uncomment before use):

# spacing, indentation and whitespace
#--no-2sp_soft_tabs-check
#--no-hard_tabs-check
#--no-trailing_whitespace-check
#--no-80chars-check
#--no-arrow_alignment-check

# comments
#--no-slash_comments-check
#--no-star_comments-check

# quoting
#--no-double_quoted_strings-check
#--no-variables_not_enclosed-check
#--no-only_variable_string-check
#--no-single_quote_string_with_variables-check
#--no-quoted_booleans-check
#--no-puppet_url_without_modules-check

# resources
#--no-unquoted_resource_title-check
#--no-ensure_first_param-check
#--no-ensure_not_symlink_target-check
#--no-file_mode-check
#--no-unquoted_file_mode-check
#--no-duplicate_params-check

# conditionals
#--no-selector_inside_resource-check
#--no-case_without_default-check

# classes
#--no-class_inherits_from_params_class-check
#--no-autoloader_layout-check
#--no-right_to_left_relationship-check
#--no-nested_classes_or_defines-check
#--no-inherits_across_namespaces-check
#--no-variable_scope-check
#--no-variable_contains_dash-check
#--no-parameter_order-check
#--no-names_containing_dash-check

# documentation
#--no-documentation-check

# nodes
#--no-unquoted_node_name-check

# For more controls please see http://puppet-lint.com/plugins/