File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 1
- contributors/guide/contributor-cheatsheet/README-de.md
2
- contributors/guide/contributor-cheatsheet/README-fr.md
3
- contributors/guide/contributor-cheatsheet/README-it.md
4
- contributors/guide/contributor-cheatsheet/README-pt.md
1
+ contributors/guide/contributor-cheatsheet/README-[a-z]{2}.md
5
2
committee-steering/meeting-notes-archive
6
3
elections/steering/.*/voters.yaml
7
4
events/2014
Original file line number Diff line number Diff line change @@ -30,4 +30,4 @@ misspell="$(go list -m -f '{{.Dir}}' github.com/client9/misspell)"
30
30
# All the skipping files are defined in hack/.spelling_failures
31
31
skipping_file=" ${KUBE_ROOT} /hack/.spelling_failures"
32
32
failing_packages=$( echo ` cat ${skipping_file} ` | sed " s| | -e |g" )
33
- git ls-files | grep -v -e ${failing_packages} | xargs go run " ${misspell} /cmd/misspell" -i " " -error -o stderr
33
+ git ls-files | grep -vEe ${failing_packages} | xargs go run " ${misspell} /cmd/misspell" -i " " -error -o stderr
You can’t perform that action at this time.
0 commit comments