Skip to content

Commit

Permalink
ci: disable lint for Golang
Browse files Browse the repository at this point in the history
  • Loading branch information
turadg authored and mhofman committed Aug 7, 2023
1 parent b6d5359 commit 81f9d9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion golang/cosmos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"postpack": "git clean -f git-revision.txt",
"build": "exit 0",
"lint-fix": "yarn lint:eslint --fix",
"lint": "eslint '**/*.{cjs,js}'"
"lint": "exit 0"
},
"dependencies": {
"bindings": "^1.2.1",
Expand Down

0 comments on commit 81f9d9f

Please sign in to comment.