Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

@path-exclude is not taken into account when outputting the error list #1216

Closed
Danil42Russia opened this issue Mar 14, 2024 · 0 comments · Fixed by #1222
Closed

@path-exclude is not taken into account when outputting the error list #1216

Danil42Russia opened this issue Mar 14, 2024 · 0 comments · Fixed by #1222
Assignees
Labels
bug Something isn't working

Comments

@Danil42Russia
Copy link
Contributor

Danil42Russia commented Mar 14, 2024

dynamic_rules:

function ruleOne() {
  /**
   * @warning warning test
   * @path www/
   * @path-exclude path/first
   * @path-exclude path/second
   */
  any_rule_one: {
  	...rules
  }
}

When outputting errors, it still outputs errors from the @path-exclude paths

@Danil42Russia Danil42Russia added the bug Something isn't working label Mar 14, 2024
@Danil42Russia Danil42Russia self-assigned this Mar 14, 2024
@Hidanio Hidanio linked a pull request Jun 18, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants