Skip to content

Conversation

@MariusStorhaug
Copy link
Member

@MariusStorhaug MariusStorhaug commented Mar 2, 2025

Description

This pull request includes several changes aimed at improving the handling of boolean values in the configuration scripts. The changes primarily focus on replacing null checks with IsNullOrEmpty method calls to simplify and standardize the code.

Improvements to boolean value handling:

  • scripts/init.ps1:
    • Replaced null checks with IsNullOrEmpty method calls for boolean inputs to capture correct state of the value.

Type of change

  • 📖 [Docs]
  • 🪲 [Fix]
  • 🩹 [Patch]
  • ⚠️ [Security fix]
  • 🚀 [Feature]
  • 🌟 [Breaking change]

Checklist

  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas

@MariusStorhaug MariusStorhaug changed the title 🩹 [Patch]: Simplify boolean evaluations for input parameters 🪲 [Fix]: Fix boolean evaluations for input parameters Mar 2, 2025
@MariusStorhaug MariusStorhaug self-assigned this Mar 2, 2025
@MariusStorhaug MariusStorhaug merged commit 4d5720c into main Mar 2, 2025
11 checks passed
@MariusStorhaug MariusStorhaug deleted the fixConfig branch March 2, 2025 20:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants