jonaskello / tslint-immutable

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

Support for readonly arrays using readonly keyword. #130

Closed RebeccaStevens closed 5 years ago

RebeccaStevens commented 5 years ago

Fixes #129

codecov[bot] commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #130   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          16     16           
  Lines         379    406   +27     
  Branches      165    179   +14     
=====================================
+ Hits          379    406   +27
Impacted Files Coverage Δ
src/readonlyArrayRule.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 645aff5...68e1f64. Read the comment docs.