stable

Clone or download

Read-only

Remove @ts-ignore usage

@ts-ignore should not be used to solve missing type declaration issues. Either the type declarations should be pulled from community contributed type declarations of the DefinitelyTyped project or one should be written (and if possible proposed to the DefinitelyTyped project). Corollary: lint rules preventing to disable the TypeScript type analysis should not be disabled either. Part of story #14019: automate jenkins job creation & run Change-Id: I294e839e6b017ca307ee9fb39be529100e9daf97

Modified Files

Name
M plugins/hudson_git/package-lock.json +9 −0 Go to diff View file
M plugins/hudson_git/package.json +1 −0 Go to diff View file
M plugins/hudson_git/scripts/src/git-administration.ts +0 −6 Go to diff View file