Commit 1416068
fix: added more flexibility to the golang-lint regex for header. (#53)
A single tab should be valid on the // http://www.apache.org/licenses/LICENSE-2.0 line since that's what gofumpt seems to like to do. The current regex is looking for atleast 2 tabs.1 parent 00a5463 commit 1416068
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
| 116 | + | |
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
| |||
0 commit comments