File tree Expand file tree Collapse file tree 2 files changed +1
-9
lines changed
Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -43,8 +43,4 @@ exclude:
4343 # Exclude files or packages matching their paths
4444 paths :
4545 - \.pb\.go$ # excludes all protobuf generated files
46- - ^pkg/bar # exclude package `pkg/bar`
47-
48- # NOTES:
49- # - symbol `/` in all path regexps will be replaced by current OS file path separator
50- # to properly work on Windows.
46+ - ^pkg/bar # exclude package `pkg/bar`
Original file line number Diff line number Diff line change @@ -125,10 +125,6 @@ exclude:
125125 paths :
126126 - \.pb\.go$ # excludes all protobuf generated files
127127 - ^pkg/bar # exclude package `pkg/bar`
128-
129- # NOTES:
130- # - symbol `/` in all path regexps will be replaced by current OS file path separator
131- # to properly work on Windows.
132128```
133129
134130### Exclude Code from Coverage
You can’t perform that action at this time.
0 commit comments