-
-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Given a configuration like this for example:
disallowedFunctionCalls:
-
function: 'pcntl_*()'
allowIn:
- vendor/foo/bar/Baz.phpwhen any pcntl call is not found in vendor/foo/bar/Baz.php, report error and suggest removing the allowIn item to keep the config clean and up to date.
This is similar to what PHPStan reports when a ignoreErrors error wasn't hit.
kayw-geek and JacekAndrzejewski
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request