Skip to content

Commit 27f1fd3

Browse files
committed
github: disable linter
We run into an issue with the linter that couldn't be fixed yet: level=error msg="Running error: 1 error occurred:\n\t* can't run linter goanalysis_metalinter: buildir: failed to load package loopdb: could not load export data: no export data for \"github.com/lightninglabs/loop/loopdb\"\n\n" We disable the linter for now until we find out what the problem is.
1 parent a92db4c commit 27f1fd3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,9 @@ jobs:
156156
# lint code
157157
########################
158158
lint:
159+
# Temporarily disabling the linter while this issue persists:
160+
# https://github.com/golangci/golangci-lint/discussions/1920
161+
if: false
159162
name: lint
160163
runs-on: ubuntu-latest
161164
steps:

0 commit comments

Comments
 (0)