mirror of https://github.com/k3s-io/k3s.git
maintainers: add Manuel and Michal (#4193)
Signed-off-by: Jacob Blain Christen <jacob@rancher.com>pull/4240/head
parent
b282528ee2
commit
6b4d75d245
|
@ -9,4 +9,7 @@ dereknola, Derek Nola, derek.nola@suse.com
|
|||
dweomer, Jacob Blain Christen, jacob.blainchristen@suse.com
|
||||
galal-hussein, Hussein Galal, hussein.galalabdelazizahmed@suse.com
|
||||
ibuildthecloud, Darren Shepherd, darren.shepherd@suse.com
|
||||
manuelbuil, Manuel Buil, mbuil@suse.com
|
||||
Oats87, Chris Kim, chris.kim@suse.com
|
||||
vadorovsky, Michal Rostecki, mrostecki@suse.com
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@ set -e
|
|||
|
||||
# Ignore vendor folder and check file names as well
|
||||
# Note: ignore "ba" in https://github.com/k3s-io/k3s/blob/4317a91/scripts/provision/vagrant#L54
|
||||
codespell --skip=.git,./vendor --check-filenames --ignore-words-list=ba
|
||||
codespell --skip=.git,./vendor,MAINTAINERS --check-filenames --ignore-words-list=ba
|
||||
|
||||
code=$?
|
||||
if [ $code -ne 0 ]; then
|
||||
|
|
Loading…
Reference in New Issue