We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0e954d commit 8527529Copy full SHA for 8527529
.github/scripts/gopls/run.sh
@@ -18,7 +18,7 @@ touch "$OUTPUT_FILE"
18
while IFS= read -r file; do
19
echo "START: $file" | tee -a "$OUTPUT_FILE"
20
21
- if gopls codeaction -kind=quickfix -write "$file"; then
+ if gopls codeaction -kind=quickfix -write -tags="aws,gcp,ssh,sops,tofu,tflint,engine,parse,mocks,private_registry,awsgcp,awsoidc" "$file"; then
22
echo "SUCCESS: $file" | tee -a "$OUTPUT_FILE"
23
else
24
echo "FAILED: $file" | tee -a "$FAILURES_FILE" "$OUTPUT_FILE"
0 commit comments