From fe163d15062c40ae5756516ca9f81a586d206d78 Mon Sep 17 00:00:00 2001 From: Pregot <72355982+Pregot@users.noreply.github.com> Date: Tue, 6 Oct 2020 08:33:17 +0300 Subject: [PATCH] fgfdgfd --- .codeclimate.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .codeclimate.yml diff --git a/.codeclimate.yml b/.codeclimate.yml new file mode 100644 index 000000000000..27d786cd9a84 --- /dev/null +++ b/.codeclimate.yml @@ -0,0 +1,17 @@ +--- +engines: + sonar-java: + enabled: true + channel: beta + checks: + squid:S00112: # Requires dedicated exceptions even for tests + enabled: false + config: + sonar.java.source: 1.8 + tests_patterns: + - src/test/** +exclude_paths: + - build/ + - fixtures/ + - gradle/ + - .gradle/