Skip to content

Commit

Permalink
chore: refactor gitguardian and golangci yaml files
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin Muhia committed Mar 27, 2024
1 parent ff28d52 commit f9c35ed
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitguardian.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
version: 2
all-policies: false
api-url: https://api.gitguardian.com
exit-zero: false
Expand Down
9 changes: 5 additions & 4 deletions .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@
run:
timeout: 3m
tests: false
skip-dirs:

issues:
exclude-dirs:
- pkg/clinical/presentation/graph/

linters:
enable:
- errcheck
Expand Down Expand Up @@ -36,7 +38,7 @@ linters-settings:
staticcheck:
checks: ["all"]
funlen:
lines: -1
lines: -1
statements: -1
revive:
rules:
Expand All @@ -45,4 +47,3 @@ linters-settings:
disabled: true
arguments:
- allowRegex: "^_"

0 comments on commit f9c35ed

Please sign in to comment.