robinmayerhofer
robinmayerhofer
These `isStatic` and `isFinal` filters also affect `data class`es with `val`s in Kotlin - they simply won't be serialized.
Docs https://github.com/mergeability/mergeable/blob/590a40fa9ab9a5f3adbc11273687f043beb91aec/docs/validators/commit.rst#L10 and implementation https://github.com/mergeability/mergeable/blob/590a40fa9ab9a5f3adbc11273687f043beb91aec/lib/validators/commit.js#L69 ```js orderedCommits = orderedCommits.filter(commit => !commit.message.includes('Merge branch')) ``` diverge. `Merge` vs. `Merge branch`. => Fix the implementation?
Yes, I would suggest that you open a PR and ping the maintainers!