From 8ccbea16f1cfa3c8514d6d6109b91c2c2cc27ded Mon Sep 17 00:00:00 2001 From: Graham Date: Sat, 11 Jan 2020 12:16:46 +0000 Subject: [PATCH] Add ktlint to the README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index f0ee42de..fcad8b98 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,8 @@ OpenRS2's code style settings are held in `.idea/codeStyles/Project.xml` in the repository, and IDEA should use them automatically after importing the Maven project. +Kotlin code must pass all of [ktlint][ktlint]'s tests. + ### Commit messages Commit messages should follow the ['seven rules'][commitmsg] described in @@ -101,5 +103,6 @@ OpenRS2. If not, see . [gpl]: https://www.gnu.org/licenses/gpl-3.0.html [idea]: https://www.jetbrains.com/idea/ [jdk]: https://jdk.java.net/ +[ktlint]: https://github.com/pinterest/ktlint#readme [lgpl]: https://www.gnu.org/licenses/lgpl-3.0.html [maven]: https://maven.apache.org/