jdneo / vscode-checkstyle

Checkstyle extension for VS Code
https://marketplace.visualstudio.com/items?itemName=shengchen.vscode-checkstyle
GNU Lesser General Public License v3.0
69 stars 16 forks source link

How can i ignore the test folder? #326

Open DaniGTA opened 3 years ago

DaniGTA commented 3 years ago

I want to change the scope of checkstyle to only check the src folder and not the test folder.

How can i ignore the test folder?

jdneo commented 3 years ago

See :https://checkstyle.sourceforge.io/config_filefilters.html

DaniGTA commented 3 years ago

I cant change the checkstyle config in the projekt. Other Programmers in the projekt use Intellij and there they have a option without change the config in the src.

image