Skip to content
Snippets Groups Projects
Commit b0afa334 authored by Anders H. Rebner's avatar Anders H. Rebner
Browse files

Rettet opp feil i CodeQualityCheck.ps1

parent 7416bff3
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ else{
}
for ($i=0; $i -lt $files.Length; $i++){
Write-Output "`n==============================$($files[$i].Name)=============================="
Write-Output "`n==============================$(Split-Path $files[$i] -leaf)=============================="
Write-Output "===PYLINT===`n"
pylint --rcfile=./scripts/.pylintrc $files[$i]
Write-Output "`n===FLAKE8===`n"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment