PHPCSStandards / composer-installer

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

Update YamLint #173

Closed Potherca closed 2 years ago

Potherca commented 2 years ago
  1. Currently, YamlLint complains about the line-length in securitycheck.yml GitHub Worflow.

    image

    This MR resolves that violation by adding a comment telling YamlLint to shut the fuck up kindly ignore that specific line.

    (see https://yamllint.readthedocs.io/en/stable/disable_with_comments.html for documentation details).

  2. As using on: as a key name is no longer marked as a violation (by the truthy rule configuration in the .yamllint file), the following diable comment has been removed in all files that had it:

    # yamllint disable-line rule:truthy