-
Notifications
You must be signed in to change notification settings - Fork 183
/
Gemfile.disable
60 lines (58 loc) · 2.34 KB
/
Gemfile.disable
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
56
57
58
59
60
# Derived from puppetlabs-ntp
source ENV['GEM_SOURCE'] || "https://rubygems.org"
gem 'puppet-lint-absolute_classname-check'
gem 'puppet-lint-absolute_template_path'
gem 'puppet-lint-alias-check'
gem 'puppet-lint-anchor-check'
gem 'puppet-lint-appends-check'
gem 'puppet-lint-class_parameter-check'
gem 'puppet-lint-classes_and_types_beginning_with_digits--check'
gem 'puppet-lint-classes_and_types_beginning_with_digits-check'
gem 'puppet-lint-concatenated_template_files-check'
gem 'puppet-lint-duplicate_class_parameters-check'
gem 'puppet-lint-ec2_facts-check'
gem 'puppet-lint-empty_string-check'
gem 'puppet-lint-explicit_hiera_class_param_lookup-check'
gem 'puppet-lint-extended'
gem 'puppet-lint-file_ensure-check'
gem 'puppet-lint-file_line_match-check'
gem 'puppet-lint-file_source_rights-check'
gem 'puppet-lint-fileserver-check'
gem 'puppet-lint-global_resource-check'
gem 'puppet-lint-halyard'
gem 'puppet-lint-i18n'
gem 'puppet-lint-indent-check'
gem 'puppet-lint-leading_zero-check'
gem 'puppet-lint-legacy_facts-check'
gem 'puppet-lint-metrics-check'
gem 'puppet-lint-no_chaining_arrows-check'
gem 'puppet-lint-no_cron_resources-check'
gem 'puppet-lint-no_erb_template-check'
gem 'puppet-lint-no_file_path_attribute-check'
gem 'puppet-lint-no_symbolic_file_modes-check'
gem 'puppet-lint-non_erb_template_filename-check'
gem 'puppet-lint-numericvariable'
gem 'puppet-lint-package_ensure-check'
gem 'puppet-lint-param-docs'
gem 'puppet-lint-reference_on_declaration_outside_of_class-check'
gem 'puppet-lint-resource_outside_class-check'
gem 'puppet-lint-resource_reference_syntax'
gem 'puppet-lint-roles_and_profiles-check'
gem 'puppet-lint-security-plugins'
gem 'puppet-lint-space_after_comma-check'
gem 'puppet-lint-spaceship_operator_without_tag-check'
gem 'puppet-lint-strict_indent-check'
gem 'puppet-lint-template_file_extension-check'
gem 'puppet-lint-top_scope_facts-check'
gem 'puppet-lint-trailing_comma-check'
gem 'puppet-lint-trailing_newline-check'
gem 'puppet-lint-undef_in_function-check'
gem 'puppet-lint-unquoted_string-check'
gem 'puppet-lint-usascii_format-check'
gem 'puppet-lint-use_ensure_packages-check'
gem 'puppet-lint-variable_contains_upcase'
gem 'puppet-lint-version_comparison-check'
gem 'puppet-lint-vim_modeline-check'
gem 'puppet-lint-wmf_styleguide-check'
gem 'puppet-lint-world_writable_files-check'
gem 'puppet-lint-yumrepo_gpgcheck_enabled-check'