123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119 |
- @comment $OpenBSD: PLIST,v 1.9 2017/04/09 21:18:27 sebastia Exp $
- ${GEM_BIN}/puppet-lint${GEM_BIN_SUFFIX}
- ${GEM_LIB}/cache/${DISTNAME}.gem
- ${GEM_LIB}/gems/${DISTNAME}/
- ${GEM_LIB}/gems/${DISTNAME}/.gitignore
- ${GEM_LIB}/gems/${DISTNAME}/.rspec
- ${GEM_LIB}/gems/${DISTNAME}/.travis.yml
- ${GEM_LIB}/gems/${DISTNAME}/CHANGELOG.md
- ${GEM_LIB}/gems/${DISTNAME}/Gemfile
- ${GEM_LIB}/gems/${DISTNAME}/LICENSE
- ${GEM_LIB}/gems/${DISTNAME}/README.md
- ${GEM_LIB}/gems/${DISTNAME}/Rakefile
- ${GEM_LIB}/gems/${DISTNAME}/appveyor.yml
- ${GEM_LIB}/gems/${DISTNAME}/bin/
- ${GEM_LIB}/gems/${DISTNAME}/bin/puppet-lint
- ${GEM_LIB}/gems/${DISTNAME}/lib/
- ${GEM_LIB}/gems/${DISTNAME}/lib/puppet-lint/
- ${GEM_LIB}/gems/${DISTNAME}/lib/puppet-lint.rb
- ${GEM_LIB}/gems/${DISTNAME}/lib/puppet-lint/bin.rb
- ${GEM_LIB}/gems/${DISTNAME}/lib/puppet-lint/checkplugin.rb
- ${GEM_LIB}/gems/${DISTNAME}/lib/puppet-lint/checks.rb
- ${GEM_LIB}/gems/${DISTNAME}/lib/puppet-lint/configuration.rb
- ${GEM_LIB}/gems/${DISTNAME}/lib/puppet-lint/data.rb
- ${GEM_LIB}/gems/${DISTNAME}/lib/puppet-lint/lexer/
- ${GEM_LIB}/gems/${DISTNAME}/lib/puppet-lint/lexer.rb
- ${GEM_LIB}/gems/${DISTNAME}/lib/puppet-lint/lexer/token.rb
- ${GEM_LIB}/gems/${DISTNAME}/lib/puppet-lint/monkeypatches/
- ${GEM_LIB}/gems/${DISTNAME}/lib/puppet-lint/monkeypatches.rb
- ${GEM_LIB}/gems/${DISTNAME}/lib/puppet-lint/monkeypatches/string_percent.rb
- ${GEM_LIB}/gems/${DISTNAME}/lib/puppet-lint/monkeypatches/string_prepend.rb
- ${GEM_LIB}/gems/${DISTNAME}/lib/puppet-lint/optparser.rb
- ${GEM_LIB}/gems/${DISTNAME}/lib/puppet-lint/plugins/
- ${GEM_LIB}/gems/${DISTNAME}/lib/puppet-lint/plugins.rb
- ${GEM_LIB}/gems/${DISTNAME}/lib/puppet-lint/plugins/check_classes.rb
- ${GEM_LIB}/gems/${DISTNAME}/lib/puppet-lint/plugins/check_comments.rb
- ${GEM_LIB}/gems/${DISTNAME}/lib/puppet-lint/plugins/check_conditionals.rb
- ${GEM_LIB}/gems/${DISTNAME}/lib/puppet-lint/plugins/check_documentation.rb
- ${GEM_LIB}/gems/${DISTNAME}/lib/puppet-lint/plugins/check_nodes.rb
- ${GEM_LIB}/gems/${DISTNAME}/lib/puppet-lint/plugins/check_resources.rb
- ${GEM_LIB}/gems/${DISTNAME}/lib/puppet-lint/plugins/check_strings.rb
- ${GEM_LIB}/gems/${DISTNAME}/lib/puppet-lint/plugins/check_variables.rb
- ${GEM_LIB}/gems/${DISTNAME}/lib/puppet-lint/plugins/check_whitespace.rb
- ${GEM_LIB}/gems/${DISTNAME}/lib/puppet-lint/tasks/
- ${GEM_LIB}/gems/${DISTNAME}/lib/puppet-lint/tasks/puppet-lint.rb
- ${GEM_LIB}/gems/${DISTNAME}/lib/puppet-lint/version.rb
- ${GEM_LIB}/gems/${DISTNAME}/puppet-lint.gemspec
- ${GEM_LIB}/gems/${DISTNAME}/spec/
- ${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/
- ${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/test/
- ${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/test/manifests/
- ${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/test/manifests/fail.pp
- ${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/test/manifests/ignore.pp
- ${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/test/manifests/ignore_multiple_block.pp
- ${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/test/manifests/ignore_multiple_line.pp
- ${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/test/manifests/ignore_reason.pp
- ${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/test/manifests/init.pp
- ${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/test/manifests/malformed.pp
- ${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/test/manifests/mismatched_control_comment.pp
- ${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/test/manifests/unterminated_control_comment.pp
- ${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/test/manifests/url_interpolation.pp
- ${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/test/manifests/warning.pp
- ${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/
- ${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/bin_spec.rb
- ${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/configuration_spec.rb
- ${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/ignore_overrides_spec.rb
- ${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/lexer/
- ${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/lexer/token_spec.rb
- ${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/lexer_spec.rb
- ${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/plugins/
- ${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/plugins/check_classes/
- ${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/plugins/check_classes/arrow_on_right_operand_line_spec.rb
- ${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/plugins/check_classes/autoloader_layout_spec.rb
- ${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/plugins/check_classes/class_inherits_from_params_class_spec.rb
- ${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/plugins/check_classes/code_on_top_scope_spec.rb
- ${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/plugins/check_classes/inherits_across_namespaces_spec.rb
- ${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/plugins/check_classes/name_contains_uppercase_spec.rb
- ${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/plugins/check_classes/names_containing_dash_spec.rb
- ${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/plugins/check_classes/nested_classes_or_defines_spec.rb
- ${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/plugins/check_classes/parameter_order_spec.rb
- ${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/plugins/check_classes/right_to_left_relationship_spec.rb
- ${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/plugins/check_classes/variable_scope_spec.rb
- ${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/plugins/check_comments/
- ${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/plugins/check_comments/slash_comments_spec.rb
- ${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/plugins/check_comments/star_comments_spec.rb
- ${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/plugins/check_conditionals/
- ${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/plugins/check_conditionals/case_without_default_spec.rb
- ${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/plugins/check_conditionals/selector_inside_resource_spec.rb
- ${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/plugins/check_documentation/
- ${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/plugins/check_documentation/documentation_spec.rb
- ${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/plugins/check_nodes/
- ${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/plugins/check_nodes/unquoted_node_name_spec.rb
- ${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/plugins/check_resources/
- ${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/plugins/check_resources/duplicate_params_spec.rb
- ${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/plugins/check_resources/ensure_first_param_spec.rb
- ${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/plugins/check_resources/ensure_not_symlink_target_spec.rb
- ${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/plugins/check_resources/file_mode_spec.rb
- ${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/plugins/check_resources/unquoted_file_mode_spec.rb
- ${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/plugins/check_resources/unquoted_resource_title_spec.rb
- ${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/plugins/check_strings/
- ${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/plugins/check_strings/double_quoted_strings_spec.rb
- ${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/plugins/check_strings/only_variable_string_spec.rb
- ${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/plugins/check_strings/puppet_url_without_modules_spec.rb
- ${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/plugins/check_strings/quoted_booleans_spec.rb
- ${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/plugins/check_strings/single_quote_string_with_variables_spec.rb
- ${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/plugins/check_strings/variables_not_enclosed_spec.rb
- ${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/plugins/check_variables/
- ${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/plugins/check_variables/variable_contains_dash_spec.rb
- ${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/plugins/check_variables/variable_is_lowercase_spec.rb
- ${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/plugins/check_whitespace/
- ${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/plugins/check_whitespace/140chars_spec.rb
- ${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/plugins/check_whitespace/2sp_soft_tabs_spec.rb
- ${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/plugins/check_whitespace/80chars_spec.rb
- ${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/plugins/check_whitespace/arrow_alignment_spec.rb
- ${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/plugins/check_whitespace/hard_tabs_spec.rb
- ${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/plugins/check_whitespace/trailing_whitespace_spec.rb
- ${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint_spec.rb
- ${GEM_LIB}/gems/${DISTNAME}/spec/spec_helper.rb
- ${GEM_LIB}/specifications/${DISTNAME}.gemspec
|