We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82ae651 commit 5236a75Copy full SHA for 5236a75
2 files changed
go/go.mod
@@ -6,7 +6,7 @@
6
// "License"); you may not use this file except in compliance
7
// with the License. You may obtain a copy of the License at
8
//
9
-// http://www.apache.org/licenses/LICENSE-2.0
+// http://www.apache.org/licenses/LICENSE-2.0
10
11
// Unless required by applicable law or agreed to in writing,
12
// software distributed under the License is distributed on an
licenserc.toml
@@ -64,3 +64,7 @@ excludes = [
64
"cli/*.yml",
65
"cli/*.toml",
66
]
67
+
68
+[mapping.DOUBLESLASH_STYLE]
69
+extensions = ['go']
70
+filenames = ['go.mod']
0 commit comments