Skip to content

Commit

Permalink
fix: Add woke rules in project (#650)
Browse files Browse the repository at this point in the history
  • Loading branch information
warango4 committed Oct 12, 2023
1 parent 0640f3d commit 9093e6c
Show file tree
Hide file tree
Showing 3 changed files with 161 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
uses: get-woke/woke-action@v0
with:
fail-on-error: true
woke-args: -c https://via.vmw.com/its-woke-rules
woke-args: -c ./hack/woke/its-woke-rules.yaml
- name: Test
run: make test
- name: Codecov
Expand Down
1 change: 1 addition & 0 deletions .wokeignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
hack/woke/its-woke-rules.yaml
**/go.mod
**/go.sum
vendor/
159 changes: 159 additions & 0 deletions hack/woke/its-woke-rules.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9093e6c

Please sign in to comment.