Skip to content

Commit

Permalink
run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
alessio-perugini committed Sep 25, 2023
1 parent e36f1e8 commit 6e82de9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
run:
timeout: 10m
go: '1.21'
go: "1.21"
tests: true

linters:
Expand Down Expand Up @@ -32,7 +32,7 @@ linters:
linters-settings:
forbidigo:
forbid:
- p: ^(fmt\.Print(|f|ln)|print|println)$ # Optional message that gets included in error reports.
- p: ^(fmt\.Print(|f|ln)|print|println)$
msg: in cli package use `feedback.*` instead
- p: (os\.(Stdout|Stderr|Stdin))(# )?
msg: in cli package use `feedback.*` instead
Expand All @@ -41,9 +41,9 @@ linters-settings:
revive:
confidence: 0.8
rules:
#- name: error-return
#- name: unused-parameter
#- name: var-naming
#- name: error-return
#- name: unused-parameter
#- name: var-naming
- name: blank-imports
- name: context-as-argument
- name: context-keys-type
Expand Down

0 comments on commit 6e82de9

Please sign in to comment.