File tree 2 files changed +4
-0
lines changed
plugin-gradle/src/test/java/com/diffplug/gradle/spotless
plugin-maven/src/test/java/com/diffplug/spotless/maven/typescript
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 17
17
18
18
import java .io .IOException ;
19
19
20
+ import org .junit .jupiter .api .Disabled ;
20
21
import org .junit .jupiter .api .Test ;
21
22
22
23
import com .diffplug .spotless .npm .EslintFormatterStep ;
@@ -169,6 +170,7 @@ void useEslint() throws IOException {
169
170
}
170
171
171
172
@ Test
173
+ @ Disabled ("https://github.com/diffplug/spotless/issues/1756" )
172
174
void useEslintXoStandardRules () throws IOException {
173
175
setFile (".eslintrc.js" ).toResource ("npm/eslint/typescript/styleguide/xo/.eslintrc.js" );
174
176
setFile ("tsconfig.json" ).toResource ("npm/eslint/typescript/styleguide/xo/tsconfig.json" );
Original file line number Diff line number Diff line change 19
19
20
20
import java .io .IOException ;
21
21
22
+ import org .junit .jupiter .api .Disabled ;
22
23
import org .junit .jupiter .api .Test ;
23
24
24
25
import com .diffplug .spotless .ProcessRunner ;
@@ -210,6 +211,7 @@ void eslintStyleguideStandardWithTypescript() throws Exception {
210
211
}
211
212
212
213
@ Test
214
+ @ Disabled ("https://github.com/diffplug/spotless/issues/1756" )
213
215
void eslintStyleguideXo () throws Exception {
214
216
writePomWithTypescriptSteps (
215
217
TEST_FILE_PATH ,
You can’t perform that action at this time.
0 commit comments