Skip to content

Commit

Permalink
dont allow rm [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Apon77 committed Apr 25, 2023
1 parent 361a02a commit d72c78f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ ccheck(){
}

ccheck 'rm ' 'Please dont use rm inside script, use local manifest for this purpose.'
ccheck 'find ' 'Please dont use find inside script, use local manifest for this purpose.'
ccheck 'unlink ' 'Please dont use unlink inside script, use local manifest for this purpose.'
ccheck 'shred ' 'Please dont use shred inside script, use local manifest for this purpose.'
ccheck 'sudo ' 'Please dont use sudo inside script.'
ccheck 'repo forall ' 'Please dont use repo forall inside script.'
ccheck 'curl ' 'Please dont use curl inside script.'
Expand Down

0 comments on commit d72c78f

Please sign in to comment.