Skip to content

Commit

Permalink
tweaked config for testing
Browse files Browse the repository at this point in the history
Signed-off-by: Sachin Panayil <[email protected]>
  • Loading branch information
sachin-panayil committed Dec 5, 2024
1 parent f97c43f commit 4b87654
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions repolinter.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
}
},
"maintainers-file-exists": {
"level": "off",
"level": "error",
"rule": {
"type": "file-existence",
"options": {
Expand Down Expand Up @@ -669,7 +669,7 @@
}
},
"maintainers-contains-maintainers": {
"level": "off",
"level": "error",
"rule": {
"type": "file-contents",
"options": {
Expand All @@ -682,7 +682,7 @@
}
},
"maintainers-contains-maintainers-list": {
"level": "off",
"level": "error",
"rule": {
"type": "file-contents",
"options": {
Expand Down

0 comments on commit 4b87654

Please sign in to comment.