Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>RobotFrameworkLinterNew to Visual Studio Code? Get it now.
RobotFrameworkLinter

RobotFrameworkLinter

JacobPhilip

|
4,025 installs
| (1) | Free
Lints robot framework files
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

RobotFrameworkLinter

Uses RFLint to lint .robot files.

Introduction

This extension uses the robotframework-lint package to lint rf files.

Parameters

All parameters are optional, the extension will work fine without them but they can enhance usage.

How to configure

In .vscode you can create a file named settings.json (root of workfolder) Example of settings.json with RobotFrameworkLinter configurations

//.vscode\settings.json
{
    "RobotFrameworkLinter.Arguments": "",
    "RobotFrameworkLinter.env": ""
}

See below for explanations of the variables

Arguments

Arguments are sent in to the integrated RFLint Examples of arguments:

Ignore the LineTooLong rule

//.vscode\settings.json
{
    "RobotFrameworkLinter.Arguments": "--ignore LineTooLong",
}

To see more, please view the RFLint wiki Here

env

This variable is used to declare a virtual environment This is only useful if using a virtual environment

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft