8000 disable spotbugs · vscode-arduino/vscode-arduino@2266531 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2266531

Browse files
disable spotbugs
1 parent 650f90d commit 2266531

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ extends:
4646
name: VSEngSS-MicroBuild2022-1ES
4747
sdl:
4848
sourceAnalysisPool: VSEngSS-MicroBuild2022-1ES
49+
spotBugs:
50+
enabled: false # Turn this off, this isn't java.
4951
customBuildTags:
5052
- ES365AIMigrationTooling
5153
stages:

build/prerelease.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ extends:
3636
name: AzurePipelines-EO
3737
image: AzurePipelinesWindows2022compliantGPT
3838
os: windows
39+
spotBugs:
40+
enabled: false # Turn this off, this isn't java.
3941
customBuildTags:
4042
- ES365AIMigrationTooling
4143
stages:

0 commit comments

Comments
 (0)
0