ConceptPortal-public/rsconcept/RunLint.ps1

6 lines
149 B
PowerShell

# Run coverage analysis
Set-Location $PSScriptRoot\backend
$pylint = "$PSScriptRoot\backend\venv\Scripts\pylint.exe"
& $pylint cctext project apps