Skip to content

Correct way to filter files for custom plugin? #374

Answered by tdenewiler
zlacelle asked this question in Q&A
Discussion options

You must be logged in to vote

The discovery plugin is supposed to find all of the files of a certain type per package. In this case your package is at ./my_project.

If you want to completely skip running analysis tools against a directory within your package then you can use exceptions. To specify exceptions you need to have your own directory for Statick configuration, such as my_project/statick_config/rsc. Inside that directory is where you would place a file named exceptions.yaml. In that file you would list your exceptions as described in the README. If the README is not clear let me know and I will update it.

https://github.com/sscpac/statick#exceptions

Once you have exceptions listed you have to tell Statick whe…

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@tdenewiler
Comment options

@zlacelle
Comment options

@tdenewiler
Comment options

@zlacelle
Comment options

@tdenewiler
Comment options

Answer selected by denewiler
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested done Discussion is finished
2 participants