pinterest / ktlint
An anti-bikeshedding Kotlin linter with built-in formatter
AI Architecture Analysis
This repository is indexed by RepoMind. By analyzing pinterest/ktlint in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.
Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.
Repository Summary (README)
PreviewKey features
- No configuration required
- Built-in Rule sets
- Built-in formatter
.editorconfigsupport- Several built-in reporters:
plain,json,htmlandcheckstyle - Executable jar
- Allows extension with custom rule sets and reporters
Quick start
Follow steps below for a quick start with latest ktlint release.
-
Step 1: Install with brew
brew install ktlintSee download and verification from GitHub or other package managers for alternative ways of installing ktlint. Or, use one of the integrations like maven and gradle plugins.
-
Step 2: Lint and format your code
All files with extension.ktand.ktsin the current directory and below will be scanned. Problems will be fixed automatically when possible.ktlint --format # or ktlint -FSee cli usage for a more extensive description on using ktlint.
Documentation
<a href="https://pinterest.github.io/ktlint/">User guide</a>
Legal
This project is not affiliated with nor endorsed by JetBrains.
All code, unless specified otherwise, is licensed under the MIT license.
Copyright (c) 2019 Pinterest, Inc.
Copyright (c) 2016-2019 Stanley Shyiko.