VKCOM / noverify

Pretty fast linter (code static analysis utility) for PHP
MIT License
673 stars 57 forks source link

dynamic rules: `path-exclude` rule fix #1222

Closed Hidanio closed 2 months ago

Hidanio commented 2 months ago

Why prefix dinamic rules (with an error) and not just rules?

Because this two different conceptions and we should not mix it. We have different logic for launch dynamic rules and embedded (I know that dynamic rules are called that way in the code and I think it’s wrong). We must forcefully separate this concept