Skip to content

Commit b585519

Browse files
committed
Fix code inscpector violations N7
Fix code inscpector violations N7 Signed-off-by: Bensuperpc <[email protected]>
1 parent e5ef615 commit b585519

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/code-inspector.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ jobs:
2424
code_inspector_access_key: ${{ secrets.CODE_INSPECTOR_ACCESS_KEY }}
2525
code_inspector_secret_key: ${{ secrets.CODE_INSPECTOR_SECRET_KEY }}
2626
min_quality_grade: 'WARNING'
27-
min_quality_score: '50'
28-
max_defects_rate: '0.0001'
29-
max_complex_functions_rate: '0.0001'
30-
max_long_functions_rate: '0.0001'
27+
min_quality_score: '98'
28+
max_defects_rate: '0.005'
29+
max_complex_functions_rate: '0.005'
30+
max_long_functions_rate: '0.005'
3131
project_name: ''
3232
max_timeout_sec: '600'

0 commit comments

Comments
 (0)