gohierf

Results 32 issues of gohierf

### What happened? [argument-overwritten-before-usage / W0921](https://robocop.readthedocs.io/en/5.4.0/rules_list.html#argument-overwritten-before-usage) is raised when overriding an argument in a conditional statement. The override was on purpose and the warning should not be raised. ![image](https://github.com/user-attachments/assets/0f9ec70b-93da-403b-a1f4-0aeee78ca200) ###...

bug

Apparently disabler `robotidy: off` does not work when applied on keyword arguments line. Here I tried to compensate for RenameVariable which misbehaving with the number variable `${1E-09}` used as a...

I recently decided to enable [RenameVariables ](https://robotidy.readthedocs.io/en/stable/transformers/RenameVariables.html)transformer and noticed it missed variables in the EXPECT arguments. BEFORE ![image](https://github.com/user-attachments/assets/89090eb8-8eee-4560-a469-7e616d281b06) AFTER ![image](https://github.com/user-attachments/assets/b920c829-2863-4bb7-aa61-3355d0031b48) Code to reproduce ```robot My Keyword [Arguments] ${expected error} TRY...

Following up on #711, I notice that RenameVariables works on keyword also applies to arguments (which is what I was looking for), but does not update the instances where these...

Following up on #711 and #712, I am surprised that RenameVariables capitalizes the [placeholder when using keywords with embedded arguments as template.](https://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#templates-with-embedded-arguments) I don't think this is a good idea,...

**Is your enhancement request related to a problem? Please describe.** Currently, RobotCode disables ANSI hyperlinks in the console output by default, overriding Robot Framework 7.1’s behavior. Setting the environment variable...

enhancement

- Resolving Imports from a Central common.resource File - Why is my non local variable "not found"?

**Is your enhancement request related to a problem? Please describe.** Robotcode recently add [more granularity to disable diagnostics](https://github.com/robotcodedev/robotcode/releases/tag/v0.84.0) rule by rule rather than the whole diagnostics. Quick fix shortcut still...

enhancement

Hello, I get different results when running this example on [playground](https://robotframework.org/code/?codeProject=N4IgdghgtgpiBcIDCBXAzgFwPZQAQGMsATOAGhBLXwCcBLABw1qzARBHIDNaAbGNBAG1Q3PgDlocRBn4YAdNSwAjLBg4hCYGVrYAqfbgAqs3Eghp+ufboA6YY5ju5nuQYdqwsKDAF0XuACY0JxcAZT4Yen8ARgAGYNYAXx9yEjoANxgiAAVFACsYfDV4TggeC3JFFQwANRhqNGZWRAB2OWj1KtUAQWoAcwF4YETKmABHFFpqGFgtQcEfRKA) or on my local Robot Framework installation: ```robot *** Test Cases *** Test [Timeout] 2s Sleep 10s ``` Playground...

# Enhancement Request This is my use case: - When my suite setup fails, I would like to mark the tests as skipped rather than failed. And I would like...