Compare commits

..

No commits in common. "healthcheck/forbiddenfile" and "master" have entirely different histories.

7 changed files with 0 additions and 67 deletions

8
.gitignore vendored
View File

@ -1,8 +0,0 @@
**/*
test1/
!/test/
!stderr
!stdout
!*.md
!healthcheck
!.git*

View File

@ -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"
}
}
]
}
]
}
}

View File

@ -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
View File

1
test/.gitignore vendored
View File

@ -1 +0,0 @@
!*.json

View File

View File