Closed
Description
The linter plugin we use (https://github.com/jeremymailen/kotlinter-gradle) can be updated to v3.14.0.
However, two things:
- The excluding of rules is now handled by the .editorconfig file and this seems to be broken atm: [Question] The .editorconfig disable role is configurated and still used jeremymailen/kotlinter-gradle#324
- Currently only changed files are linted, but the project is linted relatively poorly, so adding an updated linter would require a complete linting of every file in the project.
- We need to check if we still get unused imports for extension functions referenced in KDocs.