-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Conver test for SuppressionXpathSingleFilterTest to use inlined config in Input files #11439
Comments
I am on it. |
@romani I need some advice, suppose we have the following inline config
Now the query line is exceeding the mark of 100, there are two options to fix this-
It can handle multiline XPath queries, we surround the Xpath query by parentheses. Both are doable, the first one being obviously the easier one. We can keep things simple by just suppressing or follow the style guidelines and develop custom logic. |
We already support line wrap, see example at long 'token' values. |
…erTest to use inlined config in Input files
…erTest to use inlined config in Input files
Detected at https://github.com/checkstyle/checkstyle/pull/11437/files
All filters should migrate to use config inlined in Input files.
Suppression that was left in that commit should be removed.
The text was updated successfully, but these errors were encountered: