We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7e0206 commit fc30520Copy full SHA for fc30520
.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 -w
5
types: [go]
6
language: golang
7
- pass_filenames: false
0 commit comments