Skip to content

Commit

Permalink
Merge pull request #436 from hashicorp/nf/jun22-lintflags
Browse files Browse the repository at this point in the history
Add `integration` tag to lintFlags in vscode settings
  • Loading branch information
nfagerlund committed Jun 20, 2022
2 parents 31809c0 + 336064c commit 06934e9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,8 @@
"go.buildFlags": [
"-tags=integration"
],
"go.lintFlags": [
"-tags=integration"
],
"go.testTags": "integration",
}

0 comments on commit 06934e9

Please sign in to comment.