jonaskello / tslint-immutable

TSLint rules to disable mutation in TypeScript.
MIT License
417 stars 14 forks source link

Fix readonly keyword insertion position #113

Closed tkryskiewicz closed 5 years ago

tkryskiewicz commented 5 years ago

fixes #81

codecov[bot] commented 5 years ago

Codecov Report

Merging #113 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #113   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          15     15           
  Lines         350    353    +3     
  Branches      146    148    +2     
=====================================
+ Hits          350    353    +3
Impacted Files Coverage Δ
src/readonlyKeywordRule.ts 100% <100%> (ø) :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 5bc5865...07f7ecd. Read the comment docs.

jonaskello commented 5 years ago

Looks good! Ready to merge?

tkryskiewicz commented 5 years ago

Great! Ready. ;)

jonaskello commented 5 years ago

Thanks for the PR :-)

jonaskello commented 5 years ago

Published in 5.1.1.