Skip to content

Commit

Permalink
Run goimports with the local prefix in code validation
Browse files Browse the repository at this point in the history
  • Loading branch information
gitlawr authored and futuretea committed May 13, 2021
1 parent 005c863 commit bb787eb
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .golangci.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,10 @@
"build-tags": [
"test"
]
}
},
"linters-settings": {
"goimports": {
"local-prefixes": "github.com/harvester/harvester"
}
}
}

0 comments on commit bb787eb

Please sign in to comment.