[us-commits] [ehb54/us3lims_gridctl] 060dbc: address SonarCloud: drop return() parens, brace si...
emre brookes
noreply at github.com
Thu Jul 16 11:18:20 MDT 2026
Branch: refs/heads/ehb54-issue-969
Home: https://github.com/ehb54/us3lims_gridctl
Commit: 060dbce49b93f5858119c2c584693a55cdec320a
https://github.com/ehb54/us3lims_gridctl/commit/060dbce49b93f5858119c2c584693a55cdec320a
Author: ehb54 <brookes at uthscsa.edu>
Date: 2026-07-16 (Thu, 16 Jul 2026)
Changed paths:
M jobmonitor/cleanup.php
M jobmonitor/cleanup_gfac.php
M jobmonitor/gridctl.php
Log Message:
-----------
address SonarCloud: drop return() parens, brace single-statement ifs
Clears 7 of the 8 new-code smells on PR #30:
- S6600: return( expr ) -> return expr (new returns only)
- S121: added braces to the new single-statement if bodies
The remaining S1142 (cleanup() has 5 returns) is accepted separately.
Refs ehb54/ultrascan-tickets#969
Co-Authored-By: Claude Fable 5 <noreply at anthropic.com>
To unsubscribe from these emails, change your notification settings at https://github.com/ehb54/us3lims_gridctl/settings/notifications
More information about the us-commits
mailing list