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: move const modifier info into style category #621

Merged
merged 2 commits into from
Oct 9, 2023

Conversation

lars-reimann
Copy link
Member

@lars-reimann lars-reimann commented Oct 9, 2023

Summary of Changes

Move the info that the const modifier on annotation parameters can be removed to the style checker.

@github-actions
Copy link

github-actions bot commented Oct 9, 2023

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ REPOSITORY git_diff yes no 0.07s
✅ TYPESCRIPT eslint 4 0 0 5.43s
✅ TYPESCRIPT prettier 4 0 0 1.02s

See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

@codecov
Copy link

codecov bot commented Oct 9, 2023

Codecov Report

Merging #621 (b43ec68) into main (ed7953a) will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##              main      #621   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           44        43    -1     
  Lines         5648      5648           
  Branches      1029      1029           
=========================================
  Hits          5648      5648           
Files Coverage Δ
...c/language/validation/other/expressions/lambdas.ts 100.00% <100.00%> (ø)
...c/language/validation/other/types/callableTypes.ts 100.00% <100.00%> (ø)
src/language/validation/safe-ds-validator.ts 100.00% <100.00%> (ø)
src/language/validation/style.ts 100.00% <100.00%> (ø)

@lars-reimann lars-reimann merged commit a51a644 into main Oct 9, 2023
6 checks passed
@lars-reimann lars-reimann deleted the move-const-check branch October 9, 2023 13:40
@lars-reimann
Copy link
Member Author

🎉 This PR is included in version 0.2.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@lars-reimann lars-reimann added the released Included in a release label Oct 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
released Included in a release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants