Foodcritic / foodcritic

Lint tool for Chef cookbooks.
http://foodcritic.io
MIT License
408 stars 153 forks source link

Checks if the content of the files dir has any file above 1MB #801

Closed mattray closed 5 years ago

mattray commented 5 years ago

Output looks like this:

foodcritic test -I lib/foodcritic/rules/
Checking 11 files
..........x
FC123: Content of files/ is larger than 1MB: /Users/mattray/ws/foodcritic/test/files/Testing_Terraform_With_InSpec.pdf:1
FC123: Content of files/ is larger than 1MB: /Users/mattray/ws/foodcritic/test/files/container.training-master.zip:1

Signed-off-by: Matt Ray matthewhray@gmail.com