File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
qlty-plugins/plugins/linters Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ known_good_version = "2.0.0"
10
10
description = " Php linter"
11
11
file_types = [" php" ]
12
12
config_files = [" radarlint.properties" ]
13
- suggeste_mode = " comment"
13
+ suggested_mode = " comment"
14
14
15
15
[[plugins .definitions .radarlint-php .drivers .lint .version ]]
16
16
version_matcher = " <2.0.0"
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ known_good_version = "2.0.0"
10
10
description = " Python linter"
11
11
file_types = [" python" ]
12
12
config_files = [" radarlint.properties" ]
13
- suggeste_mode = " comment"
13
+ suggested_mode = " comment"
14
14
15
15
[[plugins .definitions .radarlint-python .drivers .lint .version ]]
16
16
version_matcher = " <2.0.0"
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ known_good_version = "2.0.0"
10
10
description = " Ruby linter"
11
11
file_types = [" ruby" ]
12
12
config_files = [" radarlint.properties" ]
13
- suggeste_mode = " monitor"
13
+ suggested_mode = " monitor"
14
14
15
15
[[plugins .definitions .radarlint-ruby .drivers .lint .version ]]
16
16
version_matcher = " <2.0.0"
@@ -21,7 +21,7 @@ output_format = "radarlint"
21
21
output_missing = " parse"
22
22
batch = true
23
23
cache_results = true
24
- suggested = " targets "
24
+ suggested = " config "
25
25
26
26
[[plugins .definitions .radarlint-ruby .drivers .lint .version ]]
27
27
version_matcher = " >=2.0.0"
@@ -32,4 +32,4 @@ output_format = "sarif"
32
32
output_missing = " error"
33
33
batch = true
34
34
cache_results = true
35
- suggested = " targets "
35
+ suggested = " config "
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ known_good_version = "2.0.0"
10
10
description = " Scala linter"
11
11
file_types = [" scala" ]
12
12
config_files = [" radarlint.properties" ]
13
- suggeste_mode = " comment"
13
+ suggested_mode = " comment"
14
14
15
15
[[plugins .definitions .radarlint-scala .drivers .lint .version ]]
16
16
version_matcher = " <2.0.0"
You can’t perform that action at this time.
0 commit comments