Skip to content

feat: settings to hide selected warnings/infos#795

Merged
lars-reimann merged 9 commits intomainfrom
35-configuration-to-ignore-certain-warnings-or-infos
Nov 22, 2023
Merged

feat: settings to hide selected warnings/infos#795
lars-reimann merged 9 commits intomainfrom
35-configuration-to-ignore-certain-warnings-or-infos

Conversation

@lars-reimann
Copy link
Member

@lars-reimann lars-reimann commented Nov 22, 2023

Closes #35

Summary of Changes

Add settings to hide

  • code style infos,
  • experimental language feature warnings,
  • experimental library element warnings,
  • name convention warnings.

@lars-reimann lars-reimann linked an issue Nov 22, 2023 that may be closed by this pull request
4 tasks
@github-actions
Copy link

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ JSON eslint-plugin-jsonc 1 0 0 1.03s
✅ JSON jsonlint 1 0 0.21s
✅ JSON npm-package-json-lint yes no 0.74s
✅ JSON prettier 1 0 0 0.5s
✅ JSON v8r 1 0 4.26s
✅ REPOSITORY git_diff yes no 0.11s
✅ TYPESCRIPT eslint 9 0 0 5.91s
✅ TYPESCRIPT prettier 9 0 0 1.08s

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 Nov 22, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (a0f400e) 100.00% compared to head (cbdb22c) 100.00%.
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##              main      #795    +/-   ##
==========================================
  Coverage   100.00%   100.00%            
==========================================
  Files           84        85     +1     
  Lines        13105     13402   +297     
  Branches      2758      2823    +65     
==========================================
+ Hits         13105     13402   +297     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@lars-reimann lars-reimann marked this pull request as ready for review November 22, 2023 16:59
@lars-reimann lars-reimann merged commit ff7c23a into main Nov 22, 2023
@lars-reimann lars-reimann deleted the 35-configuration-to-ignore-certain-warnings-or-infos branch November 22, 2023 16:59
lars-reimann pushed a commit that referenced this pull request Nov 25, 2023
## [0.5.0](v0.4.0...v0.5.0) (2023-11-25)

### Features

* error if index of indexed access is invalid ([#796](#796)) ([5017759](5017759)), closes [#16](#16)
* full implementation of partial evaluator ([#798](#798)) ([7643794](7643794)), closes [#603](#603)
* settings to hide selected warnings/infos ([#795](#795)) ([ff7c23a](ff7c23a)), closes [#35](#35)

### Bug Fixes

* handling of default values in entry point of call graph computation ([#797](#797)) ([a5db23c](a5db23c))
@lars-reimann
Copy link
Member Author

🎉 This PR is included in version 0.5.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@lars-reimann lars-reimann added the released Included in a release label Nov 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.

Configuration to ignore certain warnings or infos

1 participant