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

Global filter ignore rule by file name #19

Closed
mihaisoloi opened this issue Nov 28, 2018 · 1 comment
Closed

Global filter ignore rule by file name #19

mihaisoloi opened this issue Nov 28, 2018 · 1 comment

Comments

@mihaisoloi
Copy link
Contributor

For now the global filters ignore by error message patterns

scalacOptions += "-P:silencer:globalFilters=[semi-colon separated message patterns]"

it would be great if we could ignore by file name patterns as well.

This way we could handle issues where the compiler is used to generate some classes. An issue you can't use the silencer for is this:
playframework/playframework#7382

@ghik
Copy link
Owner

ghik commented Dec 3, 2018

Fixed in 1.3.0

@ghik ghik closed this as completed Dec 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants