Skip to content

Commit

Permalink
chore: update max long func rate
Browse files Browse the repository at this point in the history
  • Loading branch information
403-html committed Jan 30, 2022
1 parent 8fc348a commit 95241cf
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/code-inspector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
repo_token: ${{ secrets.GITHUB_TOKEN }}
code_inspector_access_key: ${{ secrets.CODE_INSPECTOR_ACCESS_KEY }}
code_inspector_secret_key: ${{ secrets.CODE_INSPECTOR_SECRET_KEY }}
min_quality_grade: 'WARNING'
min_quality_score: '50'
max_defects_rate: '0.0001'
max_complex_functions_rate: '0.0001'
max_long_functions_rate: '0.0001'
project_name: 'mochawesome-json-to-md'
max_timeout_sec: '600'
min_quality_grade: "WARNING"
min_quality_score: "50"
max_defects_rate: "0.0001"
max_complex_functions_rate: "0.0001"
max_long_functions_rate: "0.1"
project_name: "mochawesome-json-to-md"
max_timeout_sec: "600"

0 comments on commit 95241cf

Please sign in to comment.