classPaths option added
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]>