Minimize README.md and replace links to https://ktlint.github.io/ with https://pinterest.github.io/ktlint/
6 files changed
tree: 0cb2e4abbf21e7b7d4a90a4464d59d6be1669dd0
  1. .github/
  2. buildSrc/
  3. docs/
  4. gradle/
  5. ktlint/
  6. ktlint-core/
  7. ktlint-reporter-baseline/
  8. ktlint-reporter-checkstyle/
  9. ktlint-reporter-format/
  10. ktlint-reporter-html/
  11. ktlint-reporter-json/
  12. ktlint-reporter-plain/
  13. ktlint-reporter-sarif/
  14. ktlint-ruleset-experimental/
  15. ktlint-ruleset-standard/
  16. ktlint-ruleset-template/
  17. ktlint-ruleset-test/
  18. ktlint-test/
  19. ktlint-test-logging/
  20. .announce
  21. .editorconfig
  22. .gitattributes
  23. .gitignore
  24. .homebrew
  25. ADOPTERS.md
  26. build.gradle
  27. CHANGELOG.md
  28. CODE_OF_CONDUCT.md
  29. CONTRIBUTING.md
  30. gradle.properties
  31. gradlew
  32. gradlew.bat
  33. jitpack.yml
  34. LICENSE
  35. mkdocs.yml
  36. README.md
  37. RELEASING.md
  38. settings.gradle.kts
README.md

Key features

  • No configuration required
  • Built-in Rule sets
  • Built-in formatter
  • .editorconfig support
  • Several built-in reporters: plain, json, html and checkstyle
  • Executable jar
  • Allows extension with custom rule sets and reporters

Documentation

User guide

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.