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:
checks: S1192: enabled: false exclude_patterns: []