From aa75fbae60835585b72195c581b88cacca511a5d Mon Sep 17 00:00:00 2001 From: prathamesh Date: Thu, 5 Dec 2019 18:13:02 -0500 Subject: [PATCH] Add readme to build maven with ktlint Issue-ID: CCSDK-1947 Change-Id: Ib5a5159b136ab863d5cee9f71f1f87efd6c7fb96 Signed-off-by: Prathamesh --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 000000000..8513e0f98 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +## Format code with ktlint checkstyle tool use the following command + +mvn process-source -P format + + +## Reference +https://github.com/pinterest/ktlint -- 2.16.6