Fix date of 0.48.0 release (#1735)

1 file changed
tree: 312ab272544214d119db42d48a5bd89726e51dc9
  1. .github/
  2. build-logic/
  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-plain-summary/
  14. ktlint-reporter-sarif/
  15. ktlint-ruleset-experimental/
  16. ktlint-ruleset-standard/
  17. ktlint-ruleset-template/
  18. ktlint-ruleset-test/
  19. ktlint-test/
  20. ktlint-test-logging/
  21. .announce
  22. .editorconfig
  23. .gitattributes
  24. .gitignore
  25. .homebrew
  26. ADOPTERS.md
  27. build.gradle.kts
  28. CHANGELOG.md
  29. CODE_OF_CONDUCT.md
  30. CONTRIBUTING.md
  31. gradle.properties
  32. gradlew
  33. gradlew.bat
  34. jitpack.yml
  35. LICENSE
  36. mkdocs.yml
  37. README.md
  38. RELEASE_TESTING.MD
  39. RELEASING.md
  40. run-mkdocs-server.sh
  41. 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.