camunda / feel-scala

FEEL parser and interpreter written in Scala
https://camunda.github.io/feel-scala/
Apache License 2.0
120 stars 50 forks source link

build: Ignore inner methods for Clirr #639

Closed saig0 closed 1 year ago

saig0 commented 1 year ago

Description

Clirr reports a false positive if an inner method is changed. Adjust the configuration of the Clirr plugin to ignore these errors.

Example: #636

Related issues