You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-4Lines changed: 1 addition & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,6 @@ For the folders below in monospace text, they are published on maven central at
36
36
|`lib-extra`| Contains the optional parts of Spotless which require external dependencies. `LineEnding.GIT_ATTRIBUTES` won't work unless `lib-extra` is available. |
37
37
|`plugin-gradle`| Integrates spotless and all of its formatters into Gradle. |
38
38
|`plugin-maven`| Integrates spotless and all of its formatters into Maven. |
39
-
| javadoc-publish | Logic for publishing javadoc to github-pages. |
40
39
| ide | Generates and launches an IDE for developing spotless. |
41
40
| _ext | Folder for generating glue jars (specifically packaging Eclipse jars from p2 for consumption using maven).
42
41
@@ -105,8 +104,7 @@ Here's a checklist for creating a new step for Spotless:
105
104
106
105
The `_ext` projects are disabled per default, since:
107
106
108
-
* some of the projects perform vasts downloads at configuration time
109
-
107
+
* some of the projects perform vast downloads at configuration time
110
108
* the downloaded content may change on server side and break CI builds
111
109
112
110
@@ -116,7 +114,6 @@ Activate the the property via command line, like for example:
|[Ratchet from](https://github.com/diffplug/spotless/tree/main/plugin-gradle#ratchet)`origin/main` or other git ref |:+1:|:+1:|:white_large_square:|
71
+
| Define [line endings using git](https://github.com/diffplug/spotless/tree/main/plugin-gradle#line-endings-and-encodings-invisible-stuff)|:+1:|:+1:|:white_large_square:|
72
+
| Fast incremental format and up-to-date check |:+1:|:white_large_square:|:white_large_square:|
73
+
| Fast format on fresh checkout using buildcache |:+1:|:white_large_square:|:white_large_square:|
*Why are there empty squares?* Many projects get harder to work on as they get bigger. Spotless is easier to work on than ever, and one of the reasons why is that we don't require contributors to "fill the matrix". If you want to [add Bazel support](https://github.com/diffplug/spotless/issues/76), we'd happily accept the PR even if it only supports the one formatter you use. And if you want to add FooFormatter support, we'll happily accept the PR even if it only supports the one build system you use.
0 commit comments