Skip to content

NLeSC/codacy-tslint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codacy TSLint

This is the docker engine that can be used by Codacy to have TSLint support.

Followed instructions at https://support.codacy.com/hc/en-us/articles/207994725-Tool-Developer-Guide

Usage

Create Docker container with:

docker build -t nlesc/codacy-tslint .

Test Docker container with:

docker run -t \
--net=none \
--privileged=false \
--cap-drop=ALL \
--user=docker \
--rm=true \
-v <PATH-TO-FOLDER-WITH-FILES-TO-CHECK>:/src:ro \
nlesc/codacy-tslint

Releases

No releases published

Packages

No packages published