We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1f30f9 commit d7c87b8Copy full SHA for d7c87b8
lib/src/main/java/com/diffplug/spotless/FormatExceptionPolicyStrict.java
@@ -34,7 +34,7 @@ public void excludeStep(String stepName) {
34
excludeSteps.add(Objects.requireNonNull(stepName));
35
}
36
37
- /** Adds a realtive pathx to exclude. */
+ /** Adds a relative path to exclude. */
38
public void excludePath(String relativePath) {
39
excludePaths.add(Objects.requireNonNull(relativePath));
40
0 commit comments