Skip to content

Commit 0994028

Browse files
ascandellasds
authored andcommitted
Re-add hard tab exclusions for makefiles and Go
This partially reverts 3f7c037 after discussion with @sds.
1 parent d446314 commit 0994028

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

config/default.yml

+3
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,9 @@ PreCommit:
304304
quiet: true
305305
required_executable: 'grep'
306306
flags: ['-IHn', "\t"]
307+
exclude:
308+
- '**/Makefile'
309+
- '**/*.go'
307310

308311
Hlint:
309312
enabled: false

0 commit comments

Comments
 (0)