-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Fix] indentation of the robotframework keyword #1001
Conversation
@@ -71,7 +71,7 @@ | |||
${result} = Run Keyword And Return Status | |||
... Oc Get kind=ClusterServiceVersion namespace=${namespace} name=${current_csv_name} | |||
ELSE | |||
${result} = Set Variable False | |||
${result} = Set Variable False |
Check warning
Code scanning / Robocop
The assignment sign is not consistent within the file. Expected '{{ expected_sign }}' but got '{{ actual_sign }}' instead
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, let's fix it in the future eventually since there are more occurrences of this in the file.
Robot Results
|
Beautiful - now we can demand every PR to pass the dryrun!
Can we do it? |
This indentation bug resulted in the test failure: ``` ============================================================================== Install "Embedded Operator" RHODS | FAIL | No keyword with name '${result} = Set Variable' found. ------------------------------------------------------------------------------ Verify Embedded RHODS Installation | PASS | ------------------------------------------------------------------------------ Tests.Deploy.Operators.Rhods Operator.Embedded Operator | FAIL | 2 tests, 1 passed, 1 failed ```
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
…s#1001) This indentation bug resulted in the test failure: ``` ============================================================================== Install "Embedded Operator" RHODS | FAIL | No keyword with name '${result} = Set Variable' found. ------------------------------------------------------------------------------ Verify Embedded RHODS Installation | PASS | ------------------------------------------------------------------------------ Tests.Deploy.Operators.Rhods Operator.Embedded Operator | FAIL | 2 tests, 1 passed, 1 failed ``` Co-authored-by: Jorge <[email protected]>
…s#1001) This indentation bug resulted in the test failure: ``` ============================================================================== Install "Embedded Operator" RHODS | FAIL | No keyword with name '${result} = Set Variable' found. ------------------------------------------------------------------------------ Verify Embedded RHODS Installation | PASS | ------------------------------------------------------------------------------ Tests.Deploy.Operators.Rhods Operator.Embedded Operator | FAIL | 2 tests, 1 passed, 1 failed ``` Co-authored-by: Jorge <[email protected]>
…s#1001) This indentation bug resulted in the test failure: ``` ============================================================================== Install "Embedded Operator" RHODS | FAIL | No keyword with name '${result} = Set Variable' found. ------------------------------------------------------------------------------ Verify Embedded RHODS Installation | PASS | ------------------------------------------------------------------------------ Tests.Deploy.Operators.Rhods Operator.Embedded Operator | FAIL | 2 tests, 1 passed, 1 failed ``` Co-authored-by: Jorge <[email protected]>
This indentation bug resulted in the test failure: