From 307a9c360a67b7202e947d036b241909d4cea976 Mon Sep 17 00:00:00 2001 From: ccoVeille <3875889+ccoVeille@users.noreply.github.com> Date: Tue, 14 Jan 2025 00:37:06 +0100 Subject: [PATCH] fix: empty arrays for dupwords and misspell --- 03-safe/.golangci.yml | 6 +++--- 80-reckless/.golangci.yml | 6 +++--- 90-daredevil/.golangci.yml | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/03-safe/.golangci.yml b/03-safe/.golangci.yml index 2da59a0..0813494 100644 --- a/03-safe/.golangci.yml +++ b/03-safe/.golangci.yml @@ -141,7 +141,7 @@ linters-settings: dupword: # Keywords used to ignore detection. # Default: [] - ignore: + ignore: [] # - "blah" # this will accept "blah blah …" as a valid duplicate word misspell: @@ -152,11 +152,11 @@ linters-settings: # List of words to ignore # among the one defined in https://github.com/golangci/misspell/blob/master/words.go - ignore-words: + ignore-words: [] # - valor # - and # Extra word corrections. - extra-words: + extra-words: [] # - typo: "whattever" # correction: "whatever" diff --git a/80-reckless/.golangci.yml b/80-reckless/.golangci.yml index 4691cba..de68407 100644 --- a/80-reckless/.golangci.yml +++ b/80-reckless/.golangci.yml @@ -210,7 +210,7 @@ linters-settings: dupword: # Keywords used to ignore detection. # Default: [] - ignore: + ignore: [] # - "blah" # this will accept "blah blah …" as a valid duplicate word misspell: @@ -221,12 +221,12 @@ linters-settings: # List of words to ignore # among the one defined in https://github.com/golangci/misspell/blob/master/words.go - ignore-words: + ignore-words: [] # - valor # - and # Extra word corrections. - extra-words: + extra-words: [] # - typo: "whattever" # correction: "whatever" diff --git a/90-daredevil/.golangci.yml b/90-daredevil/.golangci.yml index b16011a..85ffdc3 100644 --- a/90-daredevil/.golangci.yml +++ b/90-daredevil/.golangci.yml @@ -165,7 +165,7 @@ linters-settings: dupword: # Keywords used to ignore detection. # Default: [] - ignore: + ignore: [] # - "blah" # this will accept "blah blah …" as a valid duplicate word misspell: @@ -176,12 +176,12 @@ linters-settings: # List of words to ignore # among the one defined in https://github.com/golangci/misspell/blob/master/words.go - ignore-words: + ignore-words: [] # - valor # - and # Extra word corrections. - extra-words: + extra-words: [] # - typo: "whattever" # correction: "whatever"