Safe-DS / DSL

Statically checked Data Science programs.
https://dsl.safeds.com
MIT License
11 stars 0 forks source link

feat: disable "unused" warning for placeholders whose name starts with an underscore #1155

Closed lars-reimann closed 2 months ago

lars-reimann commented 2 months ago

Closes #1154

Summary of Changes

Don't show a warning anymore that a placeholder is unused, if its name starts with an underscore.

github-actions[bot] commented 2 months ago

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ MARKDOWN markdown-link-check 1 0 1.0s
✅ REPOSITORY git_diff yes no 0.17s
✅ TYPESCRIPT eslint 2 0 0 4.38s
✅ TYPESCRIPT prettier 2 0 0 0.93s

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[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 100.00%. Comparing base (b469779) to head (7e04dcd).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1155 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 110 110 Lines 19201 19231 +30 Branches 4102 4110 +8 ========================================= + Hits 19201 19231 +30 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

lars-reimann commented 1 month ago

:tada: This PR is included in version 0.15.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: