Skip to content

v1.22.0

Choose a tag to compare

@zdenekdrahos zdenekdrahos released this 14 Jul 08:36
· 141 commits to master since this release
  • .phpqa.yml
    • #173 Support multiple phpcs standards
      phpcs:
          standard:
              - PSR2
              - phpcs.xml
    • #175 Optional phpqa configuration in yml file instead of CLI options

      Alternatives:
      # CLI options
      phpqa --verbose --report --tools phploc,phpcs:0
      # load "CLI options" from yaml file
      phpqa --config ./
      # ./.phpqa.yml
      phpqa:
          report: true
          verbose: true
          tools:
              - phploc
              - phpcs:0
    • #177 Configuration changes
      • b450040 BC allowedErrorsCount is no longer supported, configure errors count in phpqa.tools
      • de736d6 Extensions should be configured in phpqa.extensions
      # preferred configuration
      phpqa:
          extensions: php
      
      # deprecated configuration
      extensions: php
  • Internal
    • #172 CI - test php-cs-fixer on Windows, fix Travis php7.1 build (support phpunit > 5, security-checker)
    • 29262ef Delete php-eye badge