You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we set configuration file, we will get error:
Because the plugin will search for headerFile at project root, but it could not find.
Actually, the searching scope should be the path where the configuration file located, not project root.
The text was updated successfully, but these errors were encountered:
If a Java project is nested inside the root folder like this:
And we add headerFile check in check_style.xml like this:
When we set configuration file, we will get error:
Because the plugin will search for headerFile at project root, but it could not find.
Actually, the searching scope should be the path where the configuration file located, not project root.
The text was updated successfully, but these errors were encountered: