Fix/sonarqube critical major debt #11

Merged
bermudalamb merged 10 commits from fix/sonarqube-critical-major-debt into main 2026-05-26 10:36:29 -05:00
Showing only changes of commit c06ab2ea29 - Show all commits
@@ -7,15 +7,8 @@ namespace Strata.SqlTools.Rules.Rule.Groups;
/// </summary>
public class With : Base
{
/// <summary>
/// Gets the expressions from all rules, potentially with ordering applied.
/// </summary>
/// <returns>An enumerable of BoolExpr rule expressions.</returns>
protected override IEnumerable<BoolExpr> GetExpressions()
{
// do some ordering here??
return base.GetExpressions();
}
// TODO: revisit whether ordering should be applied here before delegating
// to the base GetExpressions(); inherit base behavior for now.
/// <summary>
/// Merges two BoolExpr expressions using WITH semantics.