Feature request: add a check ensuring the minimum spacing between keyword & arguments
See original GitHub issueExample of error currently detected by Visual Studio Intellisense:
Could robotframework-robocop
be able to detect this issue?
Issue Analytics
- State:
- Created a year ago
- Reactions:1
- Comments:9 (7 by maintainers)
Top Results From Across the Web
add a check ensuring the minimum spacing between keyword ...
Feature request : add a check ensuring the minimum spacing between keyword & arguments.
Read more >python - TypeError: __init__() got an unexpected keyword ...
Based on the comments, you're running Django 4.0 with an old version of AllAuth. So you just need to update AllAuth and should...
Read more >Add keyword-argument to no-space-check option #1368
This is a feature request. Currently "no-space-check" option accepts "dict-separator" to allow spaces beside ":" # valid { "a": ".
Read more >argparse — Parser for command-line options, arguments and ...
All parameters should be passed as keyword arguments. ... If you wish to preserve multiple blank lines, add spaces between the newlines.
Read more >Robot Framework User Guide
The most common approach to create Robot Framework data is using the space separated format where pieces of the data, such as keywords...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hey @Lucas-C, thanks for your interest in Robocop. Similar request as in #687 - we do not plan to implement such features. They go beyond what a “linter tool” is. Closing as not planned.
@bhirsz Thank you for this clear explanation.
This is the difficulty I missed.
Could dealing with known keywords (both standard and those exposed by imported libraries) be technically done in a way robocop detects the kind of error aforementioned ?
Agreed. I opened a
robotframework
issue.+1 for custom rules example.