Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Makefile and GitHub Actions Workflows #120

Merged
merged 1 commit into from
Sep 3, 2022

Conversation

atc0005
Copy link
Owner

@atc0005 atc0005 commented Sep 3, 2022

  • echo hadolint version
  • echo golangci-lint version
  • echo staticcheck version
  • echo markdownlint-cli version
  • add go_mod_changes job to test for uncommitted go mod tidy
    and go mod vendor changes
  • update repo-bundled golangci-lint configuration to replace (most)
    deprecated linters
    • golint to revive
    • scopelint to exportloopref
  • add CodeQL GitHub Actions Workflow

- echo hadolint version
- echo golangci-lint version
- echo staticcheck version
- echo markdownlint-cli version
- add `go_mod_changes` job to test for uncommitted `go mod tidy`
  and `go mod vendor` changes
- update repo-bundled golangci-lint configuration to replace (most)
  deprecated linters
  - `golint` to `revive`
  - `scopelint` to `exportloopref`
- add CodeQL GitHub Actions Workflow
@atc0005 atc0005 added enhancement New feature or request CI linting config labels Sep 3, 2022
@atc0005 atc0005 added this to the Next Release milestone Sep 3, 2022
@atc0005 atc0005 self-assigned this Sep 3, 2022
@atc0005 atc0005 merged commit 171398b into master Sep 3, 2022
@atc0005 atc0005 deleted the refresh-ci-and-makefile-workflows branch September 3, 2022 11:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant