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

refactor: linting fixes #358

Merged
merged 1 commit into from Jan 8, 2019
Merged

refactor: linting fixes #358

merged 1 commit into from Jan 8, 2019

Conversation

BBosman
Copy link
Contributor

@BBosman BBosman commented Jan 1, 2019

Pull Request

πŸ“– Description

Miscellaneous linting fixes.

🎫 Issues

Related to #249.

πŸ‘©β€πŸ’» Reviewer Notes

Mostly adding readonly.

πŸ“‘ Test Plan

Trust CircleCI

⏭ Next Steps

See #249.

@codeclimate
Copy link

codeclimate bot commented Jan 1, 2019

Code Climate has analyzed commit a9e26ad and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 87.5% (50% is the threshold).

This pull request will bring the total coverage in the repository to 90.4% (0.0% change).

View more on Code Climate.

@codecov
Copy link

codecov bot commented Jan 1, 2019

Codecov Report

Merging #358 into master will not change coverage.
The diff coverage is 90.47%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #358   +/-   ##
=======================================
  Coverage   89.87%   89.87%           
=======================================
  Files         119      119           
  Lines       10496    10496           
  Branches     1819     1818    -1     
=======================================
  Hits         9433     9433           
  Misses       1063     1063
Impacted Files Coverage Ξ”
packages/router/src/viewport.ts 88.23% <ΓΈ> (ΓΈ) ⬆️
packages/runtime-html/src/binding/listener.ts 80.64% <ΓΈ> (ΓΈ) ⬆️
packages/router/src/router.ts 81.38% <ΓΈ> (ΓΈ) ⬆️
packages/jit/src/resource-model.ts 97.87% <ΓΈ> (ΓΈ) ⬆️
.../src/resources/binding-behaviors/update-trigger.ts 26.08% <ΓΈ> (ΓΈ) ⬆️
...kages/runtime/src/observation/computed-observer.ts 33.54% <ΓΈ> (ΓΈ) ⬆️
packages/runtime/src/observation/dirty-checker.ts 28.3% <ΓΈ> (ΓΈ) ⬆️
packages/runtime/src/binding/call.ts 92.72% <ΓΈ> (ΓΈ) ⬆️
packages/runtime/src/observation/self-observer.ts 95.65% <ΓΈ> (ΓΈ) ⬆️
packages/runtime-html/src/html-renderer.ts 100% <ΓΈ> (ΓΈ) ⬆️
... and 34 more

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 52ad3cf...a9e26ad. Read the comment docs.

@codecov
Copy link

codecov bot commented Jan 1, 2019

Codecov Report

Merging #358 into master will increase coverage by 0.01%.
The diff coverage is 94.44%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #358      +/-   ##
==========================================
+ Coverage   90.53%   90.54%   +0.01%     
==========================================
  Files         115      115              
  Lines       10258    10269      +11     
  Branches     1774     1774              
==========================================
+ Hits         9287     9298      +11     
  Misses        971      971
Impacted Files Coverage Ξ”
packages/runtime-html/src/binding/listener.ts 80.64% <ΓΈ> (ΓΈ) ⬆️
packages/jit/src/resource-model.ts 97.87% <ΓΈ> (ΓΈ) ⬆️
.../src/resources/binding-behaviors/update-trigger.ts 26.08% <ΓΈ> (ΓΈ) ⬆️
...kages/runtime/src/observation/computed-observer.ts 33.54% <ΓΈ> (ΓΈ) ⬆️
packages/runtime/src/observation/dirty-checker.ts 28.3% <ΓΈ> (ΓΈ) ⬆️
packages/runtime/src/binding/call.ts 92.72% <ΓΈ> (ΓΈ) ⬆️
packages/runtime/src/observation/self-observer.ts 95.65% <ΓΈ> (ΓΈ) ⬆️
packages/runtime-html/src/html-renderer.ts 100% <ΓΈ> (ΓΈ) ⬆️
...ckages/runtime/src/observation/observer-locator.ts 99.13% <ΓΈ> (ΓΈ) ⬆️
packages/runtime/src/definitions.ts 92.59% <ΓΈ> (ΓΈ) ⬆️
... and 35 more

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 9ef295f...7bacb59. Read the comment docs.

@fkleuver
Copy link
Member

fkleuver commented Jan 2, 2019

Nice :) I also like the change in brace placement on switch/case, it makes more sense this way.

LGTM @EisenbergEffect

@BBosman
Copy link
Contributor Author

BBosman commented Jan 7, 2019

Rebased on current master and added three missing semicolons in runtime-pixi.

@EisenbergEffect
Copy link
Contributor

@BBosman Can you resolve conflicts again? We had a big router PR merge today that caused a couple of issues.

@BBosman
Copy link
Contributor Author

BBosman commented Jan 8, 2019

@EisenbergEffect Rebased. I'll do the other one once this one is merged as that'll create more/new merge conflicts there. πŸ˜„

Copy link
Contributor

@EisenbergEffect EisenbergEffect left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work again @BBosman ! Thanks for keeping us up to quality.

@EisenbergEffect EisenbergEffect merged commit ffb3b6a into aurelia:master Jan 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants