Skip to content

Commit f919513

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/word-wrap-1.2.4
2 parents c30d6c9 + ffacade commit f919513

File tree

4 files changed

+26
-12
lines changed

4 files changed

+26
-12
lines changed

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"typescript.tsserver.log": "off",
1313

1414
"editor.codeActionsOnSave": {
15-
"source.fixAll.eslint": true
15+
"source.fixAll.eslint": "explicit"
1616
},
1717
"eslint.codeActionsOnSave.rules": [
1818
"@typescript-eslint/semi",

PoliCheckExclusions.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<PoliCheckExclusions>
2+
<!-- All strings must be UPPER CASE -->
3+
<!--Each of these exclusions is a folder name -if \[name]\exists in the file path, it will be skipped -->
4+
<Exclusion Type="FolderPathFull">python</Exclusion>
5+
<!--Each of these exclusions is a folder name -if any folder or file starts with "\[name]", it will be skipped -->
6+
<!--<Exclusion Type="FolderPathStart">ABC|XYZ</Exclusion>-->
7+
<!--Each of these file types will be completely skipped for the entire scan -->
8+
<!--<Exclusion Type="FileType">.ABC|.XYZ</Exclusion>-->
9+
<!--The specified file names will be skipped during the scan regardless which folder they are in -->
10+
<!--<Exclusion Type="FileName">ABC.TXT|XYZ.CS</Exclusion>-->
11+
</PoliCheckExclusions>

build/pre-release.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,12 @@ extends:
2626
ghCreateTag: true
2727
ghTagPrefix: pre-release/
2828

29-
publishExtension: ${{ parameters.publishExtension }}
29+
tsa:
30+
config:
31+
areaPath: 'Visual Studio Code Web Extensions'
32+
serviceTreeID: '1788a767-5861-45fb-973b-c686b67c5541'
33+
enabled: true
34+
35+
publishExtension: ${{ parameters.publishExtension }}
36+
37+
policheckExclusionsFile: '$(Build.SourcesDirectory)/PoliCheckExclusions.xml'

build/stable.yml

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,11 @@ extends:
3131
ghTagPrefix: release/
3232

3333
tsa:
34-
enabled: true
35-
options:
36-
codebaseName: 'devdiv_$(Build.Repository.Name)'
34+
config:
35+
areaPath: 'Visual Studio Code Web Extensions'
3736
serviceTreeID: '1788a767-5861-45fb-973b-c686b67c5541'
38-
instanceUrl: 'https://devdiv.visualstudio.com/defaultcollection'
39-
projectName: 'DevDiv'
40-
areaPath: 'DevDiv\\VS Code (compliance tracking only)\\Visual Studio Code Web Extensions'
41-
notificationAliases:
42-
43-
44-
37+
enabled: true
4538

4639
publishExtension: ${{ parameters.publishExtension }}
40+
41+
policheckExclusionsFile: '$(Build.SourcesDirectory)/PoliCheckExclusions.xml'

0 commit comments

Comments
 (0)