File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
plugin-gradle/src/test/java/com/diffplug/gradle/spotless
plugin-maven/src/test/java/com/diffplug/spotless/maven/typescript Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 11/*
2- * Copyright 2016-2023 DiffPlug
2+ * Copyright 2016-2024 DiffPlug
33 *
44 * Licensed under the Apache License, Version 2.0 (the "License");
55 * you may not use this file except in compliance with the License.
1717
1818import java .io .IOException ;
1919
20+ import org .junit .jupiter .api .Disabled ;
2021import org .junit .jupiter .api .Test ;
2122
2223import com .diffplug .spotless .npm .EslintFormatterStep ;
@@ -169,6 +170,7 @@ void useEslint() throws IOException {
169170 }
170171
171172 @ Test
173+ @ Disabled
172174 void useEslintXoStandardRules () throws IOException {
173175 setFile (".eslintrc.js" ).toResource ("npm/eslint/typescript/styleguide/xo/.eslintrc.js" );
174176 setFile ("tsconfig.json" ).toResource ("npm/eslint/typescript/styleguide/xo/tsconfig.json" );
Original file line number Diff line number Diff line change 11/*
2- * Copyright 2016-2023 DiffPlug
2+ * Copyright 2016-2024 DiffPlug
33 *
44 * Licensed under the Apache License, Version 2.0 (the "License");
55 * you may not use this file except in compliance with the License.
1919
2020import java .io .IOException ;
2121
22+ import org .junit .jupiter .api .Disabled ;
2223import org .junit .jupiter .api .Test ;
2324
2425import com .diffplug .spotless .ProcessRunner ;
@@ -210,6 +211,7 @@ void eslintStyleguideStandardWithTypescript() throws Exception {
210211 }
211212
212213 @ Test
214+ @ Disabled
213215 void eslintStyleguideXo () throws Exception {
214216 writePomWithTypescriptSteps (
215217 TEST_FILE_PATH ,
You can’t perform that action at this time.
0 commit comments