Skip to content

Commit

Permalink
CNS-379: apply lint on test files
Browse files Browse the repository at this point in the history
  • Loading branch information
oren-lava committed Apr 27, 2023
1 parent a19bfa6 commit facae6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
- name: Lint
uses: golangci/golangci-lint-action@v3
with:
config: .golangci.yml
args: --print-issued-lines --config .golangci.yml -v
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
run:
tests: false
tests: true
# timeout for analysis, e.g. 30s, 5m, default is 1m
timeout: 5m
skip-files:
Expand Down

0 comments on commit facae6d

Please sign in to comment.