Add robotframework-falsegreen to tools list - #375
Conversation
|
Gentle nudge on this one, and happy to be told it is not wanted. Still current and still small: one file, For precedent, #347 added a library to the same list in the same shape and was merged without trouble, so I do not think this needs anything unusual from a reviewer. If the resources list is not taking additions right now, or if you would rather it live somewhere else, say so and I will close this myself rather than leave it sitting in the queue. @samipe, you merged the analogous one, so you are probably the right person to point at it, and apologies if you are not. |
Adds one entry to
src/content/resources/tools.mjsfor robotframework-falsegreen, a static-analysis tool in the Robot Framework ecosystem.It scans Robot Framework suites for tests that pass green without actually protecting anything: tests with no verification keyword, swallowed failures, and always-true checks. The scan is deterministic and uses the official
robot.api. Placed next to the Robocop linter entry, since both are static-analysis tools (tags: ['']).pip install robotframework-falsegreen, CLIrffalsegreen)Source-only change as requested in the README; the build is automatic. Description is 177 characters (under the 200 limit).