Skip to content

Commit fdb8e5f

Browse files
committed
class-leak skip TypeExtenion classes
1 parent a557a1a commit fdb8e5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code_analysis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
-
4040
name: 'Check Active Classes'
41-
run: vendor/bin/class-leak check src --ansi
41+
run: vendor/bin/class-leak check src --ansi --skip-suffix "TypeExtension"
4242

4343
name: ${{ matrix.actions.name }}
4444
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)