diff options
author | Jean Mertz <jean@mertz.fm> | 2014-10-02 15:49:53 +0200 |
---|---|---|
committer | Jean Mertz <jean@mertz.fm> | 2014-10-08 09:26:58 +0200 |
commit | d4801e39b1e82e85ffebeff797be4f0b9d5d6493 (patch) | |
tree | eb9530b6035d6dd04fd930a209ff4d35067ee761 /spec/data | |
parent | b75e1de72453e20312dcdc1ea1a480c048ee59a9 (diff) | |
download | chef-d4801e39b1e82e85ffebeff797be4f0b9d5d6493.tar.gz |
Skip checking files/**/*.rb files when doing syntax checks
Chef should not be concerned with Ruby syntax in files delivered through the
`cookbook_file` provider.
Diffstat (limited to 'spec/data')
-rw-r--r-- | spec/data/cookbooks/ignorken/files/default/not_me.rb | 2 | ||||
-rw-r--r-- | spec/data/cookbooks/ignorken/templates/ubuntu-12.10/not_me.rb | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/spec/data/cookbooks/ignorken/files/default/not_me.rb b/spec/data/cookbooks/ignorken/files/default/not_me.rb new file mode 100644 index 0000000000..8063e32a95 --- /dev/null +++ b/spec/data/cookbooks/ignorken/files/default/not_me.rb @@ -0,0 +1,2 @@ +a cat walked on the keyboard one day... +(*&(*&(*&(*&(*^%$%^%#^^&(*)(*{}}}}}}}}+++++===)))))) diff --git a/spec/data/cookbooks/ignorken/templates/ubuntu-12.10/not_me.rb b/spec/data/cookbooks/ignorken/templates/ubuntu-12.10/not_me.rb new file mode 100644 index 0000000000..8063e32a95 --- /dev/null +++ b/spec/data/cookbooks/ignorken/templates/ubuntu-12.10/not_me.rb @@ -0,0 +1,2 @@ +a cat walked on the keyboard one day... +(*&(*&(*&(*&(*^%$%^%#^^&(*)(*{}}}}}}}}+++++===)))))) |