PHPCSStandards / composer-installer

Composer installer for PHP_CodeSniffer coding standards
https://packagist.org/packages/dealerdirect/phpcodesniffer-composer-installer
MIT License
549 stars 36 forks source link

Change YamlLint config to prevent "truthy" warning. #144

Closed Potherca closed 2 years ago

Potherca commented 2 years ago

This MR adds a config rule to the Yaml Lint config to prevent the warning

truthy value should be one of [false, true]

to occur in GitHub Action files for the key on.

This should cut down on false positives. Line-lenght warnings still need to be resolved.