Is there any way to run the intellij/AS IDE kotlin file analysis on CI?
For example, we always get a warning of an unused param in a lambda and it's recommended to replace it with an underscore. I want to run whatever check that is... on CI (or even via a commit hook). Having an ability to fix it too would be nice, but not a requirement.