Skip to content

Commit 279efdf

Browse files
committed
cosmetic changes
1 parent 0de2f2a commit 279efdf

File tree

3 files changed

+40
-2
lines changed

3 files changed

+40
-2
lines changed

.vscode/settings.json

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
{
2+
"java.compile.nullAnalysis.mode": "automatic",
3+
"java.configuration.updateBuildConfiguration": "automatic",
4+
"cSpell.words": [
5+
"accessid",
6+
"appium",
7+
"Automator",
8+
"beforeload",
9+
"classchain",
10+
"codehaus",
11+
"contrastsecurity",
12+
"databind",
13+
"diffplug",
14+
"elizaveta",
15+
"fasterxml",
16+
"fileset",
17+
"filesets",
18+
"googlejavaformat",
19+
"hamcrest",
20+
"ivanova",
21+
"javac",
22+
"javadocs",
23+
"openclover",
24+
"openqa",
25+
"ossrh",
26+
"picocli",
27+
"platformmobile",
28+
"rawtypes",
29+
"sarif",
30+
"seleniumhq",
31+
"sonatype",
32+
"testng",
33+
"uiautomator",
34+
"utam",
35+
"XCUI"
36+
],
37+
"sarif-viewer.connectToGithubCodeScanning": "off"
38+
}

utam-compiler/src/test/resources/validate/basic_element/nullableWrongType.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
"nullable": "true"
99
}
1010
]
11-
}
11+
}

utam-compiler/src/test/resources/validate/basic_element/waitWrongType.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
"wait": "true"
99
}
1010
]
11-
}
11+
}

0 commit comments

Comments
 (0)