Compare commits
No commits in common. "healthcheck/forbiddenfile" and "master" have entirely different histories.
healthchec
...
master
8
.gitignore
vendored
8
.gitignore
vendored
|
@ -1,8 +0,0 @@
|
|||
**/*
|
||||
test1/
|
||||
!/test/
|
||||
!stderr
|
||||
!stdout
|
||||
!*.md
|
||||
!healthcheck
|
||||
!.git*
|
57
conf.json
57
conf.json
|
@ -1,57 +0,0 @@
|
|||
{
|
||||
"stage": {
|
||||
"stages": [
|
||||
{
|
||||
"name": "healthcheck",
|
||||
"executor": {
|
||||
"name": "sandbox",
|
||||
"with": {
|
||||
"default": {
|
||||
"args": [
|
||||
"/tmp/repo-health-checker",
|
||||
"-root=.",
|
||||
"-meta=readme"
|
||||
],
|
||||
"env": [
|
||||
"PATH=/usr/bin:/bin"
|
||||
],
|
||||
"cpuLimit": 10000000000,
|
||||
"memoryLimit": 104857600,
|
||||
"procLimit": 50,
|
||||
"copyInDir": ".",
|
||||
"copyIn": {
|
||||
"/tmp/repo-health-checker": {
|
||||
"src": "./../../../../../../build/repo-health-checker"
|
||||
}
|
||||
},
|
||||
"copyOut": [
|
||||
"stdout",
|
||||
"stderr"
|
||||
],
|
||||
"stdin": {
|
||||
"content": ""
|
||||
},
|
||||
"stdout": {
|
||||
"name": "stdout",
|
||||
"max": 4096
|
||||
},
|
||||
"stderr": {
|
||||
"name": "stderr",
|
||||
"max": 4096
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"parsers": [
|
||||
{
|
||||
"name": "healthcheck",
|
||||
"with": {
|
||||
"score": 10,
|
||||
"comment": " + comment from toml conf"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -1 +0,0 @@
|
|||
[{"name":"healthcheck","results":[{"score":0,"comment":"### Repo Size Check Passed\n### Forbidden File Check Failed:\nThe following forbidden files were found: `conf.json`, `expected.json`, `test/.DS_Store`, `test1`, `test1/test.md`\n\nTo fix it, first make a backup of your repository and then run the following commands:\n```bash\nexport GIT_BRANCH=$(git branch --show-current)\nexport GIT_REMOTE_URL=$(git config --get remote.origin.url)\nfor i in conf.json expected.json test/.DS_Store test1 test1/test.md; do git filter-repo --force --invert-paths --path \"$i\"; done\ngit remote add origin $GIT_REMOTE_URL\ngit push --set-upstream origin $GIT_BRANCH --force\n```\n\n### Meta File Check Passed\n### Non-ASCII Characters File Check Passed\n### Non-ASCII Characters Commit Message Check Passed\n### Repo File Check Passed\n### Author Email Check Passed\n"}],"force_quit":true}]
|
0
test/.DS_Store
vendored
0
test/.DS_Store
vendored
1
test/.gitignore
vendored
1
test/.gitignore
vendored
|
@ -1 +0,0 @@
|
|||
!*.json
|
Loading…
Reference in New Issue
Block a user