Skip to content

Commit

Permalink
chore: fail linter CI jobs when checks are failing (#630)
Browse files Browse the repository at this point in the history
Signed-off-by: odubajDT <ondrej.dubaj@dynatrace.com>
  • Loading branch information
odubajDT committed Jan 16, 2023
1 parent 278c74b commit a5e0eaa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
run:
timeout: 5m
go: '1.19'
issue-exit-code: 0
linters:
enable:
- gofmt # Gofmt checks whether code was gofmt-ed. By default this tool runs with -s option to check for code simplification
Expand Down

0 comments on commit a5e0eaa

Please sign in to comment.