-
Notifications
You must be signed in to change notification settings - Fork 552
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable CI failures for linting (#164)
* use golangci-lint * enable dead firehose event tests * add some ignore for files that I won't be fixing right now * fix errcheck problems in cfn/wrap_test.go * fix errcheck for cfn/wrap.go * fix previously dead kinesis firehose tests
- Loading branch information
Showing
4 changed files
with
31 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
run: | ||
skip-files: | ||
# These were code-generated, and cannot be changed without breaking RPC compatability. | ||
- lambda/messages/*.go | ||
|
||
# FIXME | ||
# events/codebuild.go:18:2: SA9004: only the first constant in this group has an explicit type (staticcheck) | ||
# CodeBuildPhaseStatusFailed CodeBuildPhaseStatus = "FAILED" | ||
# ^ | ||
# events/codebuild.go:31:2: SA9004: only the first constant in this group has an explicit type (staticcheck) | ||
# CodeBuildPhaseTypeSubmitted CodeBuildPhaseType = "SUBMITTED" | ||
# ^ | ||
- events/codebuild.go | ||
|
||
# FIXME | ||
# events/codedeploy.go:16:2: SA9004: only the first constant in this group has an explicit type (staticcheck) | ||
# CodeDeployDeploymentStateFailure CodeDeployDeploymentState = "FAILURE" | ||
# ^ | ||
- events/codedeploy.go |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters