|
1 | 1 | { |
2 | | - "version": "0.1", |
| 2 | + "version": "0.2", |
3 | 3 | "language": "en", |
4 | 4 | "languageId": "java", |
5 | 5 | "dictionaries": ["powershell"], |
6 | 6 | "ignorePaths": [ |
| 7 | + "eng", |
7 | 8 | "**/session-records/**", |
8 | 9 | "*.jar", |
9 | 10 | "*.zip", |
|
35 | 36 | "*.x509", |
36 | 37 | "*.certificate", |
37 | 38 | "*.crt", |
38 | | - ".vscode/cspell.json", |
39 | | - "eng/code-quality-reports/src/main/resources" |
| 39 | + "*.yml", |
| 40 | + ".vscode/cspell.json" |
| 41 | + ], |
| 42 | + "words": [ |
| 43 | + "azsdk", |
| 44 | + "codesnippet", |
| 45 | + "revapi", |
| 46 | + "checkstyle", |
| 47 | + "spotbugs", |
| 48 | + "OLTP", |
| 49 | + "jacoco", |
| 50 | + "branchcoverage", |
| 51 | + "linecoverage", |
| 52 | + "javadoc", |
| 53 | + "javadocs", |
| 54 | + "fileset", |
| 55 | + "toFile", |
| 56 | + "scalastyle", |
| 57 | + "scalatest", |
| 58 | + "junitxml", |
| 59 | + "filereports", |
| 60 | + "Classpath", |
| 61 | + "boringssl", |
| 62 | + "SBOM", |
| 63 | + "credscan", |
| 64 | + "gdnbaselines", |
| 65 | + "Sonatype", |
| 66 | + "graalvm", |
| 67 | + "doclinting", |
| 68 | + "doclint", |
| 69 | + "requireReleaseDeps", |
| 70 | + "XLint", |
| 71 | + "linksource", |
| 72 | + "doctitle", |
| 73 | + "windowtitle", |
| 74 | + "autodetection", |
| 75 | + "databind", |
| 76 | + "Intellij", |
| 77 | + "destfile", |
| 78 | + "pwsh", |
| 79 | + "Dgenerate", |
| 80 | + "amqp", |
| 81 | + "gson", |
| 82 | + "VNET" |
40 | 83 | ], |
41 | | - "words": ["azsdk", "pwsh"], |
42 | 84 | "overrides": [ |
43 | 85 | { |
44 | | - "filename": "**/eng/pipelines/templates/jobs/ci.yml", |
45 | | - "words": [ |
46 | | - "dskip", |
47 | | - "dinject", |
48 | | - "codesnippets", |
49 | | - "dgenerate", |
50 | | - "dspotbugs", |
51 | | - "dcheckstyle", |
52 | | - "drevapi", |
53 | | - "dalt", |
54 | | - "apireview", |
55 | | - "setuptools", |
56 | | - "dgpg", |
57 | | - "dmaven", |
58 | | - "checkstyle", |
59 | | - "dverify" |
| 86 | + "filename": "**/pom.xml", |
| 87 | + "patterns": [ |
| 88 | + { |
| 89 | + "name": "artifactName", |
| 90 | + "pattern": ".*<artifactId>.*" |
| 91 | + }, |
| 92 | + { |
| 93 | + "name": "groupId", |
| 94 | + "pattern": ".*<groupId>.*" |
| 95 | + }, |
| 96 | + { |
| 97 | + "name": "version", |
| 98 | + "pattern": ".*<version>.*" |
| 99 | + }, |
| 100 | + { |
| 101 | + "name": "include", |
| 102 | + "pattern": ".*<include>.*" |
| 103 | + }, |
| 104 | + { |
| 105 | + "name": "exclude", |
| 106 | + "pattern": ".*<exclude>.*" |
| 107 | + }, |
| 108 | + { |
| 109 | + "name": "id", |
| 110 | + "pattern": ".*<id>.*" |
| 111 | + }, |
| 112 | + { |
| 113 | + "name": "exists", |
| 114 | + "pattern": ".*<exists>.*" |
| 115 | + }, |
| 116 | + { |
| 117 | + "name": "pattern", |
| 118 | + "pattern": ".*<pattern>.*" |
| 119 | + }, |
| 120 | + { |
| 121 | + "name": "shadedPattern", |
| 122 | + "pattern": ".*<shadedPattern>.*" |
| 123 | + }, |
| 124 | + { |
| 125 | + "name": "stylesheet", |
| 126 | + "pattern": ".*<stylesheet>.*" |
| 127 | + }, |
| 128 | + { |
| 129 | + "name": "value", |
| 130 | + "pattern": ".*<value>.*" |
| 131 | + }, |
| 132 | + { |
| 133 | + "name": "arg", |
| 134 | + "pattern": ".*<arg>.*" |
| 135 | + }, |
| 136 | + { |
| 137 | + "name": "propertyExpansion", |
| 138 | + "pattern": ".*<propertyExpansion>.*" |
| 139 | + }, |
| 140 | + { |
| 141 | + "name": "fileMapper", |
| 142 | + "pattern": ".*<fileMapper.*" |
| 143 | + }, |
| 144 | + { |
| 145 | + "name": "packages", |
| 146 | + "pattern": ".*<packages>.*" |
| 147 | + }, |
| 148 | + { |
| 149 | + "name": "sourceFileExclude", |
| 150 | + "pattern": ".*<sourceFileExclude>.*" |
| 151 | + }, |
| 152 | + { |
| 153 | + "name": "filesets", |
| 154 | + "pattern": ".*<filesets>.*" |
| 155 | + }, |
| 156 | + { |
| 157 | + "name": "checkstyle.excludes", |
| 158 | + "pattern": ".*<checkstyle.excludes>.*" |
| 159 | + }, |
| 160 | + { |
| 161 | + "name": "module", |
| 162 | + "pattern": ".*<module>.*" |
| 163 | + }, |
| 164 | + { |
| 165 | + "name": "suiteXmlFile", |
| 166 | + "pattern": ".*<suiteXmlFile>.*" |
| 167 | + }, |
| 168 | + { |
| 169 | + "name": "test.groups", |
| 170 | + "pattern": ".*<test.groups>.*" |
| 171 | + }, |
| 172 | + { |
| 173 | + "name": "perf.test", |
| 174 | + "pattern": ".*<perf.test..*" |
| 175 | + }, |
| 176 | + { |
| 177 | + "name": "excludePackageNames", |
| 178 | + "pattern": "/<excludePackageNames>([\\s\\S]*?)<\/excludePackageNames>/im" |
| 179 | + }, |
| 180 | + { |
| 181 | + "name": "heapDumpOnOom", |
| 182 | + "pattern": "/<heapDumpOnOom>([\\s\\S]*?)<\/heapDumpOnOom>/im" |
| 183 | + }, |
| 184 | + { |
| 185 | + "name": "environmentVariables", |
| 186 | + "pattern": "/<environmentVariables>([\\s\\S]*?)<\/environmentVariables>/im" |
| 187 | + }, |
| 188 | + { |
| 189 | + "name": "javaModulesSurefireArgLine", |
| 190 | + "pattern": "/<javaModulesSurefireArgLine>([\\s\\S]*?)<\/javaModulesSurefireArgLine>/im" |
| 191 | + }, |
| 192 | + { |
| 193 | + "name": "additionalSurefireArgLine", |
| 194 | + "pattern": "/<additionalSurefireArgLine>([\\s\\S]*?)<\/additionalSurefireArgLine>/im" |
| 195 | + }, |
| 196 | + { |
| 197 | + "name": "argLine", |
| 198 | + "pattern": "/<argLine>([\\s\\S]*?)<\/argLine>/im" |
| 199 | + }, |
| 200 | + { |
| 201 | + "name": "property", |
| 202 | + "pattern": "/<property>([\\s\\S]*?)<\/property>/im" |
| 203 | + }, |
| 204 | + { |
| 205 | + "name": "manifestEntries", |
| 206 | + "pattern": "/<manifestEntries>([\\s\\S]*?)<\/manifestEntries>/im" |
| 207 | + }, |
| 208 | + { |
| 209 | + "name": "compilerArguments", |
| 210 | + "pattern": "/<compilerArguments>([\\s\\S]*?)<\/compilerArguments>/im" |
| 211 | + }, |
| 212 | + { |
| 213 | + "name": "annotationProcessors", |
| 214 | + "pattern": "/<annotationProcessors>([\\s\\S]*?)<\/annotationProcessors>/im" |
| 215 | + } |
| 216 | + ], |
| 217 | + "ignoreRegExpList": [ |
| 218 | + "artifactName", |
| 219 | + "groupId", |
| 220 | + "version", |
| 221 | + "include", |
| 222 | + "exclude", |
| 223 | + "id", |
| 224 | + "exists", |
| 225 | + "pattern", |
| 226 | + "shadedPattern", |
| 227 | + "stylesheet", |
| 228 | + "value", |
| 229 | + "arg", |
| 230 | + "propertyExpansion", |
| 231 | + "fileMapper", |
| 232 | + "packages", |
| 233 | + "sourceFileExclude", |
| 234 | + "filesets", |
| 235 | + "checkstyle.excludes", |
| 236 | + "module", |
| 237 | + "suiteXmlFile", |
| 238 | + "test.groups", |
| 239 | + "perf.test", |
| 240 | + "excludePackageNames", |
| 241 | + "heapDumpOnOom", |
| 242 | + "environmentVariables", |
| 243 | + "javaModulesSurefireArgLine", |
| 244 | + "additionalSurefireArgLine", |
| 245 | + "argLine", |
| 246 | + "property", |
| 247 | + "manifestEntries", |
| 248 | + "compilerArguments", |
| 249 | + "annotationProcessors" |
60 | 250 | ] |
61 | 251 | } |
62 | 252 | ], |
|
0 commit comments