Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
6b4d75d2
Unverified
Commit
6b4d75d2
authored
Oct 12, 2021
by
Jacob Blain Christen
Committed by
GitHub
Oct 12, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
maintainers: add Manuel and Michal (#4193)
Signed-off-by:
Jacob Blain Christen
<
jacob@rancher.com
>
parent
b282528e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
MAINTAINERS
MAINTAINERS
+3
-0
codespell.sh
scripts/codespell.sh
+1
-1
No files found.
MAINTAINERS
View file @
6b4d75d2
...
@@ -9,4 +9,7 @@ dereknola, Derek Nola, derek.nola@suse.com
...
@@ -9,4 +9,7 @@ dereknola, Derek Nola, derek.nola@suse.com
dweomer, Jacob Blain Christen, jacob.blainchristen@suse.com
dweomer, Jacob Blain Christen, jacob.blainchristen@suse.com
galal-hussein, Hussein Galal, hussein.galalabdelazizahmed@suse.com
galal-hussein, Hussein Galal, hussein.galalabdelazizahmed@suse.com
ibuildthecloud, Darren Shepherd, darren.shepherd@suse.com
ibuildthecloud, Darren Shepherd, darren.shepherd@suse.com
manuelbuil, Manuel Buil, mbuil@suse.com
Oats87, Chris Kim, chris.kim@suse.com
Oats87, Chris Kim, chris.kim@suse.com
vadorovsky, Michal Rostecki, mrostecki@suse.com
scripts/codespell.sh
View file @
6b4d75d2
...
@@ -3,7 +3,7 @@ set -e
...
@@ -3,7 +3,7 @@ set -e
# Ignore vendor folder and check file names as well
# 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
# 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
=
$?
code
=
$?
if
[
$code
-ne
0
]
;
then
if
[
$code
-ne
0
]
;
then
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment