Commit fa37dba
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 informations1 parent be0573d commit fa37dba
File tree
29 files changed
+1484
-503
lines changed- .vscode
- docs/03_reference
- etc
- packages
- analyze/src/robotcode/analyze
- language_server
- src/robotcode/language_server
- robotframework
- parts
- plugin/src/robotcode/plugin
- robot/src/robotcode/robot
- config
- diagnostics
- runner/src/robotcode/runner/cli
- scripts
- src/robotcode/cli
- commands
29 files changed
+1484
-503
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
| 35 | + | |
34 | 36 | | |
35 | 37 | | |
36 | 38 | | |
| |||
44 | 46 | | |
45 | 47 | | |
46 | 48 | | |
47 | | - | |
48 | | - | |
| 49 | + | |
49 | 50 | | |
50 | 51 | | |
51 | 52 | | |
52 | 53 | | |
53 | | - | |
54 | | - | |
| 54 | + | |
| 55 | + | |
55 | 56 | | |
56 | | - | |
| 57 | + | |
| 58 | + | |
57 | 59 | | |
58 | 60 | | |
59 | 61 | | |
| |||
0 commit comments