Skip to content

Commit f90e5fc

Browse files
committed
fix: add exclude for linting
1 parent 337c677 commit f90e5fc

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

backend/.golangci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
version: "2"
2+
issues:
3+
include:
4+
- EXC001

flake.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
pkgs.gnumake
1919
pkgs.go
2020
pkgs.nodejs_24
21+
pkgs.golangci-lint
2122
];
2223
};
2324
}

0 commit comments

Comments
 (0)