Skip to content

Instantly share code, notes, and snippets.

View manuelarte's full-sized avatar
👋

Manuel Doncel Martos manuelarte

👋
View GitHub Profile
@manuelarte
manuelarte / .golangci.yml
Last active April 13, 2025 15:01
golanci-lint v2
version: "2"
run:
relative-path-mode: gomod
linters:
default: none
enable:
- asasalint
- asciicheck
- bidichk
- bodyclose
@maratori
maratori / .golangci.yml
Last active April 29, 2025 07:05
Golden config for golangci-lint
# This file is licensed under the terms of the MIT license https://opensource.org/license/mit
# Copyright (c) 2021-2025 Marat Reymers
## Golden config for golangci-lint v2.1.5
#
# This is the best config for golangci-lint based on my experience and opinion.
# It is very strict, but not extremely strict.
# Feel free to adapt it to suit your needs.
# If this config helps you, please consider keeping a link to this file (see the next comment).