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: error if wildcard import has alias #574

Merged
merged 2 commits into from
Sep 21, 2023

style: apply automated linter fixes

5c76436
Select commit
Loading
Failed to load commit list.
Merged

feat: error if wildcard import has alias #574

style: apply automated linter fixes
5c76436
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 21, 2023 in 1s

99.74% (+0.00%) compared to bd73bc5

View this Pull Request on Codecov

99.74% (+0.00%) compared to bd73bc5

Details

Codecov Report

Merging #574 (5c76436) into main (bd73bc5) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main     #574   +/-   ##
=======================================
  Coverage   99.73%   99.74%           
=======================================
  Files          16       17    +1     
  Lines        1899     1925   +26     
  Branches      388      392    +4     
=======================================
+ Hits         1894     1920   +26     
  Misses          5        5           
Files Changed Coverage Δ
src/language/helpers/astShortcuts.ts 94.73% <100.00%> (+1.40%) ⬆️
src/language/validation/imports.ts 100.00% <100.00%> (ø)
src/language/validation/safe-ds-validator.ts 100.00% <100.00%> (ø)