Skip to content

Commit

Permalink
Remove inclusive-lint step (#1207)
Browse files Browse the repository at this point in the history
  • Loading branch information
omri374 authored Nov 15, 2023
1 parent 8c6aa22 commit e10086c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 20 deletions.
8 changes: 0 additions & 8 deletions .pipelines/templates/inclusive-lint.yml

This file was deleted.

12 changes: 0 additions & 12 deletions .pipelines/templates/lint-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ stages:
- stage: LintBuildTest
displayName: Presidio Build
jobs:
- job: Inclusivelint
displayName: 'Inclusive linting validation'
steps:
- template: ./inclusive-lint.yml

- job: SecurityAnalysis
displayName: Security Analysis
Expand All @@ -17,8 +13,6 @@ stages:

- job: TestAnalyzer
displayName: Test Analyzer
dependsOn:
- 'Inclusivelint'
pool:
vmImage: 'ubuntu-latest'
strategy:
Expand All @@ -41,8 +35,6 @@ stages:

- job: TestAnonymizer
displayName: Test Anonymizer
dependsOn:
- 'Inclusivelint'
pool:
vmImage: 'ubuntu-latest'
strategy:
Expand All @@ -65,8 +57,6 @@ stages:

- job: TestImageRedactor
displayName: Test Image Redactor
dependsOn:
- 'Inclusivelint'
pool:
vmImage: 'ubuntu-latest'
strategy:
Expand All @@ -88,8 +78,6 @@ stages:
- template: ./build-image-redactor.yml
- job: TestCli
displayName: Test Cli
dependsOn:
- 'Inclusivelint'
pool:
vmImage: 'ubuntu-latest'
strategy:
Expand Down

0 comments on commit e10086c

Please sign in to comment.