We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cff249a commit 2ec59cbCopy full SHA for 2ec59cb
.github/workflows/lint-unity-cs.yaml
@@ -17,4 +17,5 @@ jobs:
17
head-branch: ${{ github.event.pull_request.head.ref }}
18
base-branch: ${{ github.event.pull_request.base.ref }}
19
editorconfig-branch: ${{ github.event.repository.default_branch }}
20
- include-paths: 'Assets/Tests/StyleTest/.*'
+ include-paths: 'Assets/Tests/StyleTest/.*'
21
+ exclude-paths: 'Assets/Tests/StyleTest/FileNameIssueStyleViolationTest.cs'
0 commit comments