Skip to content

Commit

Permalink
Remove NoMissingDirPathRule, as often not clear if target file or req…
Browse files Browse the repository at this point in the history
…uired file path
  • Loading branch information
TomasVotruba committed May 29, 2024
1 parent ad83c89 commit 2b8424b
Show file tree
Hide file tree
Showing 14 changed files with 0 additions and 396 deletions.
1 change: 0 additions & 1 deletion config/static-rules.neon
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ rules:
- Symplify\PHPStanRules\Rules\PreventParentMethodVisibilityOverrideRule

# paths
- Symplify\PHPStanRules\Rules\NoMissingDirPathRule
- Symplify\PHPStanRules\Rules\NoReferenceRule

- Symplify\PHPStanRules\Rules\NoNullableArrayPropertyRule
Expand Down
63 changes: 0 additions & 63 deletions src/NodeVisitor/FlatConcatFindingNodeVisitor.php

This file was deleted.

144 changes: 0 additions & 144 deletions src/Rules/NoMissingDirPathRule.php

This file was deleted.

13 changes: 0 additions & 13 deletions tests/Rules/NoMissingDirPathRule/Fixture/FileMissing.php

This file was deleted.

24 changes: 0 additions & 24 deletions tests/Rules/NoMissingDirPathRule/Fixture/SkipAssertMethod.php

This file was deleted.

This file was deleted.

13 changes: 0 additions & 13 deletions tests/Rules/NoMissingDirPathRule/Fixture/SkipConcat.php

This file was deleted.

13 changes: 0 additions & 13 deletions tests/Rules/NoMissingDirPathRule/Fixture/SkipExistingFile.php

This file was deleted.

This file was deleted.

This file was deleted.

13 changes: 0 additions & 13 deletions tests/Rules/NoMissingDirPathRule/Fixture/SkipFnMatch.php

This file was deleted.

13 changes: 0 additions & 13 deletions tests/Rules/NoMissingDirPathRule/Fixture/SkipVendorAutoload.php

This file was deleted.

Loading

0 comments on commit 2b8424b

Please sign in to comment.