Skip to content

Commit 3524bc5

Browse files
lint exclusions
1 parent 3cf3684 commit 3524bc5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,11 @@ lint:
112112
--exclude tests/PHPStan/Rules/Classes/data/enum-attributes.php \
113113
--exclude tests/PHPStan/Rules/Cast/data/void-cast.php \
114114
--exclude tests/PHPStan/Rules/Properties/data/property-hook-attributes-nodiscard.php \
115+
--exclude tests/PHPStan/Rules/Functions/data/arrow-function-typehints-nodiscard.php \
116+
--exclude tests/PHPStan/Rules/Functions/data/closure-typehints-nodiscard.php \
117+
--exclude tests/PHPStan/Rules/Functions/data/typehints-nodiscard.php \
118+
--exclude tests/PHPStan/Rules/Methods/data/typehints-nodiscard.php \
119+
--exclude tests/PHPStan/Rules/Properties/data/property-hooks-nodiscard.php \
115120
src tests
116121

117122
install-paratest:

0 commit comments

Comments
 (0)