Skip to content

Releases: wunderio/code-quality

3.0.1

21 May 13:04
c72e6ff
Compare
Choose a tag to compare

What's Changed

  • #81 Change PHP refererence in readme and in php_compatibility task to 8.1. by @hkirsman in #102

Full Changelog: 3.0.0...3.0.1

3.0.0

21 May 12:04
05aeaca
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.4.0...3.0.0

2.4.0

04 May 12:12
ada3510
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.3.0...2.4.0

2.3.0

04 May 06:55
a4c53f1
Compare
Choose a tag to compare

Add Drupal 10 compatibility

What's Changed

New Contributors

Full Changelog: 2.2.2...2.3.0

2.2.2

10 Feb 11:15
87129b5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.2.1...2.2.2

2.2.1

11 Nov 08:15
0af157c
Compare
Choose a tag to compare
  • #86 Add ruleset to group all Wunder rulesets. This will allow setting up code sniffer in PHPStorm with Lando
  • #79 Change the default PHP code checker version to 8.0
  • #78 Add info to readme how to run task specific tasks

2.2.0

01 Apr 05:57
85a8935
Compare
Choose a tag to compare

Add Psalm support.

To start using it add Psalm task to your grumphp.yml. See vendor/wunderio/code-quality/config/grumphp.yml for an example.

Also copy psalm config to your project:

cp vendor/wunderio/code-quality/config/psalm.xml ./psalm.xml

2.1.0

03 Mar 08:13
e50d7a5
Compare
Choose a tag to compare

Update PHPStan to newer version.
Fix bug with phpstan.neon not being red from project root.

Make sure you have have phpstan.neon in your project root.

cp vendor/wunderio/code-quality/config/phpstan.neon ./phpstan.neon

If you had it before and have made custom changes, then just remove code complexity lines as was done here 45a8962

1.0.10

24 Aug 12:50
fae25ec
Compare
Choose a tag to compare

Support both Drupal 8 and Composer 1/2
Requires PHP 7.

2.0.3

19 Jan 13:04
818dbfb
Compare
Choose a tag to compare
Merge pull request #57 from wunderio/feature/process-timeout

Increase default process_timeout from 60 to 300