Suppress existing violations for S4462 and turn the rule on #240
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Steeltoe.Configuration | |
| on: | |
| workflow_dispatch: | |
| pull_request: | |
| paths: | |
| - .editorconfig | |
| - stylecop.json | |
| - '*.props' | |
| - '*.ruleset' | |
| - .config/dotnet-tools.json | |
| - .github/workflows/component-shared-workflow.yml | |
| - .github/workflows/component-configuration.yml | |
| - src/Configuration/** | |
| - src/Steeltoe.Configuration.slnf | |
| concurrency: | |
| group: ${{ github.workflow }}-${{ github.ref }} | |
| cancel-in-progress: true | |
| jobs: | |
| linux: | |
| uses: ./.github/workflows/component-shared-workflow.yml | |
| with: | |
| component: Configuration | |
| OS: ubuntu | |
| runConfigServer: true |