mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
maintainers: add Manuel and Michal (#4193)
Signed-off-by: Jacob Blain Christen <jacob@rancher.com>
This commit is contained in:
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
Block a user