You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 19, 2020. It is now read-only.
$ foodcritic -f any .
Checking 1 files
x
FC078: Ensure cookbook shared under an OSI-approved open source license: ./metadata.rb:1
$ $?
-bash: 0: command not found
But if you break some more rules:
$ foodcritic -f any .
Checking 1 files
x
FC066: Ensure chef_version is setin metadata: ./metadata.rb:1
FC067: Ensure at least one platform supported in metadata: ./metadata.rb:1
FC078: Ensure cookbook shared under an OSI-approved open source license: ./metadata.rb:1
$ $?
-bash: 3: command not found
$ foodcritic --version
foodcritic 14.0.0
The text was updated successfully, but these errors were encountered:
Looks like epic-fail ignores FC078:
But if you break some more rules:
The text was updated successfully, but these errors were encountered: