Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions 03-safe/.golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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"
6 changes: 3 additions & 3 deletions 80-reckless/.golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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"

Expand Down
6 changes: 3 additions & 3 deletions 90-daredevil/.golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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"

Expand Down
Loading