Skip to content

classPaths option added

Compare
Choose a tag to compare
@augi augi released this 18 Nov 09:49
5b0b65a
Allow adding to wartremover classpath for using custom warts (#32)

* Allow adding to wartremover classpath for using custom warts

Now say you have some package mywarts.coolwarts and a wart you would like to use MyWart,
adding mywarts.coolwarts.MyWart as an errorWart and then adding the appropriate path to
additionalWarts will allow wartremover to pick up MyWart.

Co-authored-by: chinrank <[email protected]>