We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7d11e6 commit dedb5a0Copy full SHA for dedb5a0
.pre-commit-hooks.yaml
@@ -1,7 +1,6 @@
1
- id: golines
2
name: golines
3
description: A golang formatter that fixes long lines.
4
- entry: golines . -w
+ entry: golines --write-output
5
types: [go]
6
language: golang
7
- pass_filenames: false
0 commit comments