From 7448e5eb1debdf8e0e5aa8e8f44c728feb29fc1b Mon Sep 17 00:00:00 2001 From: Vfrolov Date: Tue, 9 Feb 2021 05:29:47 -0800 Subject: [PATCH] Added spotless description to README.md ### What's done: * readme updated --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b73f5cf969..e18448b8ae 100644 --- a/README.md +++ b/README.md @@ -166,7 +166,7 @@ You can run diktat checks using task `diktatCheck` and automatically fix errors ## Run with Spotless [Spotless](https://github.com/diffplug/spotless) is a linter aggregator. -###Gradle +### Gradle Diktat can be run via spotless-gradle-plugin since version 5.10.0
@@ -174,7 +174,7 @@ Diktat can be run via spotless-gradle-plugin since version 5.10.0 ```kotlin plugins { - id("com.diffplug.spotless") version "5.10.0-SNAPSHOT" + id("com.diffplug.spotless") version "5.10.0" } spotless { @@ -198,7 +198,7 @@ spotless { ```
-###Maven +### Maven
Diktat can be run via spotless-maven-plugin since version 2.8.0