Skip to content

Commit b70cefc

Browse files
committed
Disable GoFmt pre-commit hook by default
This should never have been enabled by default. All Overcommit hooks except the bare essentials should be opt-in, to minimize surprises.
1 parent bbac977 commit b70cefc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/default.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ PreCommit:
338338
keywords: ['FContext','FDescribe','FIt','FMeasure','FSpecify','FWhen']
339339

340340
GoFmt:
341-
enabled: true
341+
enabled: false
342342
description: 'Fix with go fmt'
343343
required_executable: 'go'
344344
command: ['go', 'fmt']

0 commit comments

Comments
 (0)