Mateusz Nojek

Results 19 issues of Mateusz Nojek

So in my project I use different argumentfiles to run tests using one command and I see the problem that when the tag that is included in one of the...

When calling pabot with multiple argument files, I need to provide an incrementing number for each of them, e.g. `pabot --argumentfile1 my_args --argumentfile2 another_args tests_path` It makes the command more...

From RF User Guide: " Settings used to be also space-insensitive, but that was deprecated in Robot Framework 3.1 and trying to use something like `[T a g s]` causes...

rule

Check if dependencies in Settings section are sorted: Libraries first, then Resource files. Can also check if they are sorted alphabetically or whatever way we decide to implement it.

rule

I find it very useful to have a feature to omit by linter the lines containing specific comment just like it [works in pylama](https://github.com/klen/pylama#skip-lines-noqa). The regex pattern is taken from...

Currently RFlint operates on .robot, .resource, .txt and .tsv file extensions but in RF 3.2 all extensions different than .robot and .resource. are not automatically supported (you need to provide...

A new command line flag that displays the summary of RFLint execution - a sum of all found issues with information about the number of issues with specific severity. By...

There is a possibility to include file path in issues reported in output. Special FORMAT option can handle the appearance of the results and it already has a possibility to...

Currently, in the Robot Framework API, the Task section and task-related settings do not have their own entity, but they are just a test-related classes instances. See documentation [here](https://robot-framework.readthedocs.io/en/stable/_modules/robot/parsing/model/blocks.html#TestCaseSection). For...

enhancement
priority: medium

To make it easier for the users to enable/disable selected rules and other CLI options, we can provide a default configuration file that will also contain all community rules (marked...

enhancement