Skip to content

Commit fa37dba

Browse files
committed
feat(robot.toml): introduce new settings for analysis in robot.toml
Example: ```toml [tool.robotcode-analyze.modifiers] ignore = ["VariableNotFound"] hint = ["KeywordNotFound"] information = ["MultipleKeywords"] ignored-libraries = [] ``` see https://robotcode.io/03_reference/config for more informations
1 parent be0573d commit fa37dba

File tree

29 files changed

+1484
-503
lines changed

29 files changed

+1484
-503
lines changed

.vscode/launch.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@
3131
},
3232
"args": [
3333
"--verbose",
34+
"--format",
35+
"toml",
3436
// "robot"
3537
// "debug-launch",
3638
// "--pipe-server",
@@ -44,16 +46,16 @@
4446
// "--no-color",
4547
// "--no-pager",
4648
//"config", "info", "list",
47-
// "analyze",
48-
49+
// "analyze"
4950
// "discover",
5051
// "suites",
5152
// // "discover", "tests", "--tags"
5253
// "."
53-
"discover",
54-
"files",
54+
// "discover",
55+
// "files",
5556
// ".."
56-
57+
"config",
58+
"show",
5759
]
5860
},
5961
{

0 commit comments

Comments
 (0)