Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

functional-parameters #27

Merged
merged 9 commits into from
Jul 18, 2019
Merged

functional-parameters #27

merged 9 commits into from
Jul 18, 2019

Conversation

RebeccaStevens
Copy link
Collaborator

Fixes #15

@RebeccaStevens RebeccaStevens added the Type: Enhancement Enhancement of the code, not introducing new features. label Jul 18, 2019
@codecov-io
Copy link

codecov-io commented Jul 18, 2019

Codecov Report

Merging #27 into master will increase coverage by 0.95%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #27      +/-   ##
=========================================
+ Coverage   90.25%   91.2%   +0.95%     
=========================================
  Files          28      29       +1     
  Lines         431     489      +58     
  Branches       83     105      +22     
=========================================
+ Hits          389     446      +57     
  Misses         33      33              
- Partials        9      10       +1
Impacted Files Coverage Δ
src/configs/functional-lite.ts 0% <ø> (ø) ⬆️
src/util/tree.ts 100% <100%> (ø) ⬆️
src/rules/functional-parameters.ts 100% <100%> (ø)
src/rules/index.ts 100% <100%> (ø) ⬆️
src/util/typeguard.ts 84% <100%> (+0.9%) ⬆️
src/rules/immutable-data.ts 95.23% <0%> (+0.23%) ⬆️

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 e7b3536...d9346e9. Read the comment docs.

@RebeccaStevens RebeccaStevens merged commit cad9854 into master Jul 18, 2019
@RebeccaStevens RebeccaStevens deleted the rule/functional-parameter branch July 18, 2019 04:13
RebeccaStevens pushed a commit that referenced this pull request Jan 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Enhancement Enhancement of the code, not introducing new features.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

new rule: functional-parameters
3 participants