Skip to content

Commit bf407a7

Browse files
authored
[EngSys] enable verbose logging for linting (#33441)
to show all the errors and warnings.
1 parent ef7a478 commit bf407a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

eng/pipelines/templates/steps/analyze.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ steps:
7171
7272
- pwsh: |
7373
node common/scripts/install-run-rush.js build -t @azure/eslint-plugin-azure-sdk
74-
node eng/tools/rush-runner/index.js lint "$(ChangedServices)" -p max
74+
node eng/tools/rush-runner/index.js lint "$(ChangedServices)" -p max --verbose
7575
displayName: "Build ESLint Plugin and Lint Libraries"
7676
7777
- pwsh: |

eng/pipelines/templates/steps/test-eslint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ steps:
88
99
- pwsh: |
1010
node common/scripts/install-run-rush.js build -t @azure/eslint-plugin-azure-sdk -t @azure/monitor-opentelemetry-exporter
11-
node eng/tools/rush-runner/index.js lint "${{parameters.ServiceDirectory}}" -p max
11+
node eng/tools/rush-runner/index.js lint "${{parameters.ServiceDirectory}}" -p max --verbose
1212
displayName: "Build ESLint Plugin and Lint Libraries"
1313
1414
- pwsh: |

0 commit comments

Comments
 (0)