Open martinezlc99 opened 3 days ago
Normally, if a .robocop
file is present, Robocop should use it. Is this not happening for you?
I'm not entirely sure how this works with Robocop—whether a pyproject.toml
file would cause the .robocop
file to be ignored, or vice versa, or if both files are loaded. I’d need to analyze this further.
Currently, there’s no setting in RobotCode to specify which file Robocop should use. However, this could be implemented. Feel free to turn this question into an enhancement request.
Please describe. I understand
robotcode
will use the closestpyproject.toml
file to find therobotidy
configuration. However, I prefer the.robotidy
configuration file name, which is also supported byrobotidy
.Similarly,
robocop
will use the closest.robocop
first, but will also accept apyproject.toml
as well, although it doesn't seem likerobotcode
doesn't support reading from a configurations file.Can this alternate file name be configured?
Desktop (please complete the following information):