Skip to content

fix: replaced unnecessary boolean literal (is false) with direct nega…#731

Merged
ziagham merged 1 commit intoflowsynx:masterfrom
AB-404:fix/unnecessary-boolean-literal
Nov 18, 2025
Merged

fix: replaced unnecessary boolean literal (is false) with direct nega…#731
ziagham merged 1 commit intoflowsynx:masterfrom
AB-404:fix/unnecessary-boolean-literal

Conversation

@AB-404
Copy link
Copy Markdown
Contributor

@AB-404 AB-404 commented Nov 18, 2025

…tion (!).

What type of PR is this? (check all applicable)

  • Refactor
  • Feature
  • Bug Fix
  • Optimization
  • Documentation Update

Description

Replaced unnecessary boolean literal is false with direct negation ! in FlowSynx\Plugins\LocalFileSystem, lines 340 & 345.

Issue reference

Closes #722

Checklist

Please make sure you've completed the relevant tasks for this PR, out of the following list:

  • Code compiles correctly
  • Created/updated tests
  • Unit tests passing
  • End-to-end tests passing
  • Extended the documentation / Created issue in flowsynx/website#
  • Specification has been updated / Created issue in flowsynx/website#
  • Provided sample for the feature / Created issue in flowsynx/website#

@AB-404 AB-404 requested review from a team as code owners November 18, 2025 15:54
@sonarqubecloud
Copy link
Copy Markdown

Copy link
Copy Markdown
Member

@ziagham ziagham left a comment

Choose a reason for hiding this comment

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

Thank you.

@ziagham ziagham merged commit a295ba6 into flowsynx:master Nov 18, 2025
3 of 4 checks passed
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.

Bug: Unnecessary Boolean Literal in File Overwrite Check

2 participants