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

feat: show info if unnecessary syntax is used #566

Merged
merged 10 commits into from
Sep 20, 2023

style: apply automated linter fixes

4e4f10e
Select commit
Loading
Failed to load commit list.
Merged

feat: show info if unnecessary syntax is used #566

style: apply automated linter fixes
4e4f10e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 20, 2023 in 0s

99.64% (+0.03%) compared to a877f4c

View this Pull Request on Codecov

99.64% (+0.03%) compared to a877f4c

Details

Codecov Report

Merging #566 (4e4f10e) into main (a877f4c) will increase coverage by 0.03%.
The diff coverage is 99.64%.

@@            Coverage Diff             @@
##             main     #566      +/-   ##
==========================================
+ Coverage   99.60%   99.64%   +0.03%     
==========================================
  Files           9       10       +1     
  Lines        1517     1673     +156     
  Branches      330      346      +16     
==========================================
+ Hits         1511     1667     +156     
  Misses          6        6              
Files Changed Coverage Δ
src/language/validation/names.ts 99.00% <99.00%> (ø)
src/language/validation/safe-ds-validator.ts 100.00% <100.00%> (ø)
src/language/validation/unnecessarySyntax.ts 100.00% <100.00%> (ø)