Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 5 additions & 10 deletions .github/workflows/code_analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,16 +64,11 @@ jobs:
run: vendor/bin/swiss-knife finalize-classes src tests rules --dry-run --skip-file="src/PhpParser/Node/FileNode.php"

-
name: 'Check before/after test fixture on no-changes'
run: php scripts/check-before-after-same-fixtures.php

-
name: 'Check fixture classes are different to nodes'
run: php scripts/avoid-short-node-names-in-fixtures.php

-
name: 'Check no "*.php" files in rules Fixture directory'
run: php scripts/no-php-file-in-fixtures.php
name: 'Fixture Checks'
run: |
php scripts/check-before-after-same-fixtures.php
php scripts/avoid-short-node-names-in-fixtures.php
php scripts/no-php-file-in-fixtures.php

-
name: "PHP Linter"
Expand Down
Loading