Skip to content

fix: resolved some missing quotations#108

Merged
GingerGraham merged 1 commit into
mainfrom
fix/glob-fixes
Apr 18, 2026
Merged

fix: resolved some missing quotations#108
GingerGraham merged 1 commit into
mainfrom
fix/glob-fixes

Conversation

@GingerGraham
Copy link
Copy Markdown
Owner

This pull request includes minor improvements to the logging.sh script and an update to the project version in sonar-project.properties. The main focus is on improving code consistency and clarity.

Shell script improvements:

  • Consistently quotes all variable expansions in the echo statements within the _get_log_level_value() function in logging.sh, which helps prevent potential word-splitting or globbing issues. [1] [2]

Project configuration:

  • Updates the sonar.projectVersion in sonar-project.properties from 2.2.1 to 2.5.0 to reflect the new version.

Copilot AI review requested due to automatic review settings April 18, 2026 21:21
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR makes small consistency improvements in the logger’s internal log-level conversion and aligns SonarQube’s configured project version with the current release version.

Changes:

  • Quote LOG_LEVEL_* variable expansions in _get_log_level_value() return paths.
  • Update sonar.projectVersion from 2.2.1 to 2.5.0.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
logging.sh Quotes numeric log-level constant expansions when echoing return values in _get_log_level_value().
sonar-project.properties Updates sonar.projectVersion to 2.5.0 to match the current project version.

@GingerGraham GingerGraham merged commit eb8de18 into main Apr 18, 2026
9 checks passed
@GingerGraham GingerGraham deleted the fix/glob-fixes branch April 18, 2026 21:28
GingerGraham pushed a commit that referenced this pull request Apr 18, 2026
## [2.5.1](2.5.0...2.5.1) (2026-04-18)

### Bug Fixes

* resolved some missing quotations ([#108](#108))
@GingerGraham
Copy link
Copy Markdown
Owner Author

🎉 This PR is included in version 2.5.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants