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 <andrross@amazon.com>
This commit is contained in:
parent
d02443a265
commit
5fb270908a
|
@ -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()
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue