mwittrock / cpilint

Automating your SAP Cloud Integration governance since 2019.
MIT License
57 stars 20 forks source link

Allow custom extension rules #9

Closed nunomcpereira closed 2 years ago

nunomcpereira commented 3 years ago

Hi, I really like CPILint but we're currently not using it since we have our own guidelines/rules to enforce. This way, I created an option to use our own extension classes with custom rules and demo it here under package extension-sample. The changes were very simple (I use JAVA SPI to dynamically load new rule factories according to the classpath).