@@ -33,9 +33,13 @@ parameters:
3333 bootstrapFiles :
3434 - tests/bootstrap.php
3535
36+ errorFormat : symplify
3637 treatPhpDocTypesAsCertain : false
3738
3839 ignoreErrors :
40+ # @todo revisit: split return into typed file_diffs/coding_standard_errors buckets
41+ - '#Method Symplify\\EasyCodingStandard\\Application\\SingleFileProcessor\:\:processFilePath\ (\ ) should return array\{file_diffs\?\ : array<Symplify\\EasyCodingStandard\\ValueObject\\Error\\FileDiff> , coding_standard_errors\?\ : array<Symplify\\EasyCodingStandard\\SniffRunner\\ValueObject\\Error\\CodingStandardError>\ } but returns array< (.*? ), array<Symplify\\EasyCodingStandard\\SniffRunner\\ValueObject\\Error\\CodingStandardError\|Symplify\\EasyCodingStandard\\ValueObject\\Error\\FileDiff>> #'
42+
3943 # on purpose to override a config
4044 -
4145 message : ' #Missing call to parent\:\:setUp\(\) method#'
@@ -45,29 +49,16 @@ parameters:
4549 - tests/Skipper/SkipCriteriaResolver/SkippedPathsResolver/SkippedPathsResolverTest.php
4650 - src/Testing/PHPUnit/AbstractCheckerTestCase.php
4751
48- # testing instance of on purpose
49- -
50- message : ' #Call to method PHPUnit\\Framework\\Assert\:\:assertInstanceOf#'
51- path : tests/*
52-
53- # overly detailed
54- - ' #PHPDoc tag @var with type string\|false is not subtype of native type non\-empty\-string\|false #'
55-
56- # hack to autoload contants
52+ # intentional: hack to autoload contants
5753 - '#Call to new PHP_CodeSniffer\\Util\\Tokens\ (\ ) on a separate line has no effect #'
5854
59- # php version condition
60- -
61- identifier : smaller.alwaysFalse
62- path : src/Configuration/ConfigInitializer.php
63-
6455 # coding-standard: runtime-defined PHP_CodeSniffer/php-cs-fixer token constants
6556 - ' #Constant T_OPEN_CURLY_BRACKET|T_START_NOWDOC not found #'
6657
67- # coding-standard: php-cs-fixer interface generics intentionally left unspecified
68- - '#Class (.*? ) implements generic interface PhpCsFixer\\Fixer\\ConfigurableFixerInterface but does not specify its types\ : TFixerInputConfig , TFixerComputedConfig #'
69-
7058 # coding-standard: intentional cross-version condition
7159 -
7260 message : ' #Comparison operation ">\=" between int<\d+, \d+> and (.*?) is always true#'
7361 path : packages/coding-standard/src/TokenAnalyzer/DocblockRelatedParamNamesResolver.php
62+ -
63+ identifier : smaller.alwaysFalse
64+ path : src/Configuration/ConfigInitializer.php
0 commit comments