79124690

Date: 2024-10-25 07:37:27
Score: 1.5
Natty:
Report link

If you're not using Sonar and want to disable it from your Code Climate configuration, you can simply remove or comment out the sonar-java plugin section in your .codeclimate.yml file. Here's how you can adjust your configuration:

Updated .codeclimate.yml version: '2' plugins:

sonar-java:

enabled: true

config:

minimum_severity: critical

checks: S1192: enabled: false exclude_patterns: []

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: shubhammukati