diff --git a/MAINTAINERS b/MAINTAINERS index 970219075e..b7989ef1a4 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -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 + diff --git a/scripts/codespell.sh b/scripts/codespell.sh index 430a0566fd..73d6efa844 100755 --- a/scripts/codespell.sh +++ b/scripts/codespell.sh @@ -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