From 5fb270908adda23186ebd519d09c0b81b4d00329 Mon Sep 17 00:00:00 2001 From: Andrew Ross Date: Fri, 22 Oct 2021 06:54:42 -0500 Subject: [PATCH] Change comment to point to DEVELOPER_GUIDE.md (#1415) The content being referred to by the comment is in DEVELOPER_GUIDE.md and not CONTRIBUTING.md. Signed-off-by: Andrew Ross --- gradle/formatting.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/formatting.gradle b/gradle/formatting.gradle index 0517748ed6c..43cfa77a7d3 100644 --- a/gradle/formatting.gradle +++ b/gradle/formatting.gradle @@ -133,7 +133,7 @@ subprojects { eclipse().configFile rootProject.file('buildSrc/formatterConfig.xml') trimTrailingWhitespace() - // See CONTRIBUTING.md for details of when to enabled this. + // See DEVELOPER_GUIDE.md for details of when to enable this. if (System.getProperty('spotless.paddedcell') != null) { paddedCell() }