Skip to content

Commit

Permalink
Run go-makefile-maker
Browse files Browse the repository at this point in the history
  • Loading branch information
sapcc-bot committed Nov 14, 2023
1 parent e77fa1c commit 13a458e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
exclude: ./vendor/*
fail_on_error: true
github_token: ${{ secrets.GITHUB_TOKEN }}
ignore: importas,strat
ignore: importas
reporter: github-check
- name: Check if source code files have license header
run: |
Expand Down
3 changes: 0 additions & 3 deletions .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,6 @@ linters-settings:
check-shadowing: true
nolintlint:
require-specific: true
misspell:
ignore-words:
- strat
stylecheck:
dot-import-whitelist:
- github.com/onsi/ginkgo/v2
Expand Down
6 changes: 0 additions & 6 deletions Makefile.maker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ golangciLint:
goReleaser:
createConfig: true

spellCheck:
ignoreWords: ["strat"]

githubWorkflow:
ci:
# Even though there are no tests, we can still use the CI workflow for linting and
Expand All @@ -40,9 +37,6 @@ githubWorkflow:
enabled: true
securityChecks:
enabled: true
spellCheck:
enabled: true

renovate:
enabled: true
assignees:
Expand Down

0 comments on commit 13a458e

Please sign in to comment.