Skip to content

Commit d531231

Browse files
aw-was-herervs
authored andcommitted
Adding a .codespellrc/.codespellignorelines for upcoming Apache Yetus support
Signed-off-by: Allen Wittenauer <[email protected]>
1 parent d45028e commit d531231

File tree

4 files changed

+20
-0
lines changed

4 files changed

+20
-0
lines changed

.codespellignorelines

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
if c.IIf != match.IIf || c.OIf != match.OIf {
2+
var iif string
3+
iif = bridgeName
4+
match := AclCounters{IIf: iif, Piif: piif, OIf: oif, IpVer: ipVer,
5+
var iif string
6+
iif = bridgeName
7+
match := AclCounters{IIf: iif, Piif: piif, OIf: oif, IpVer: ipVer,
8+
var iif string
9+
iif = bridgeName
10+
match := AclCounters{IIf: iif, Piif: piif, OIf: oif, IpVer: ipVer,
11+
IIf string
12+
ac.IIf = items[i+1]

.codespellrc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#
2+
# https://github.com/codespell-project/codespell
3+
#
4+
5+
[codespell]
6+
skip = ./.git/*,*/vendor/*,./conf/v2tlsbaseroot-certificates.pem,./pkg/gpt-tools/patches/*,./pkg/new-kernel/*,./pkg/kernel/*,./pkg/fw/*,./build-tools/src/linuxkit/Gopkg.lock

.yetus/blanks-tabs.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
.*\.go
33
.*\.dts
44
.*\.md
5+
^.codespellignorelines

.yetus/excludes.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@
1515
^.+go.mod
1616
^.+go.sum
1717
^.+/vendor/.+
18+
^.codespellignorelines

0 commit comments

Comments
 (0)