dojo / cli

:rocket: Dojo - command line tooling.
http://dojo.io
Other
26 stars 34 forks source link

Remove dependency on tslint and grunt-tslint #127

Closed agubler closed 7 years ago

agubler commented 7 years ago

Type: feature

The following has been addressed in the PR:

Description:

Remove explicit dependency on tslint and grunt-tslint as this is now provided by grunt-dojo2. Also cleans up rules that are not compatible with tslint 4+ in preparation for the dependency update in grunt-dojo2.

Will fail until https://github.com/dojo/grunt-dojo2/pull/121 has been merged and version 2.0.0-beta.36 is released

Related to https://github.com/dojo/meta/issues/159

codecov[bot] commented 7 years ago

Codecov Report

Merging #127 into master will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #127   +/-   ##
=======================================
  Coverage   99.47%   99.47%           
=======================================
  Files          15       15           
  Lines         381      381           
  Branches       47       47           
=======================================
  Hits          379      379           
  Partials        2        2
Impacted Files Coverage Δ
src/commands/version.ts 98.59% <ø> (ø) :arrow_up:
src/loadCommands.ts 97.29% <ø> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update a09cb83...0d2e50f. Read the comment docs.