From bf63ecbfd4ac5d09ec61c8a6b47a900c86c6ce55 Mon Sep 17 00:00:00 2001 From: simplysatvika Date: Tue, 21 Oct 2025 02:56:53 -0700 Subject: [PATCH] updated .codeclimate.yml (#5884) hi there! I am a hs cs student participating in hacktoberfest (: I made some edits and did the task you asked about, removing the unnecessary lines and I would really appreciate an approval! tysm! --- .codeclimate.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.codeclimate.yml b/.codeclimate.yml index 0b6935d2..74753d80 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -1,20 +1,16 @@ ---- engines: - rubocop: - enabled: true golint: enabled: true gofmt: enabled: true govet: enabled: true - fixme: - enabled: true duplication: enabled: true config: languages: - - go + - go + ratings: paths: - - "**.go" + - "**.go"