slatekit / kiit

Kotlin Framework for Apps, APIs, CLIs, Jobs, Mobile and more...
https://www.kiit.dev
Apache License 2.0
112 stars 13 forks source link

CI - Linter : Automate linting #305

Closed kishorereddy closed 1 year ago

kishorereddy commented 3 years ago

Overview

Automate the linting process ( currently ktlint ) - at least for some projects. Then incorporate in phases into all projects.

Details

While ktlint and IntelliJ editor settings are used, the linting processes should be automated somehow.

Area

Common projects, Connectors, Providers.

Problem

Formatting and linting fixes

Solution

Ktlint

Alternatives