-
-
Notifications
You must be signed in to change notification settings - Fork 15
Description
Hello,
I've tried to enable the fail_level: error
option
unfortunately it doesn't seem to work:
.github/workflows/migration_on_demand.yml:160:9: shellcheck reported issue in this script: SC2086:info:16:6: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/migration_on_demand.yml:160:9: shellcheck reported issue in this script: SC2086:info:19:52: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/migration_on_demand.yml:160:9: shellcheck reported issue in this script: SC2086:info:21:48: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/migration_on_demand.yml:160:9: shellcheck reported issue in this script: SC2086:info:22:55: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/migration_on_demand.yml:238:9: shellcheck reported issue in this script: SC2086:info:16:80: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/migration_on_demand.yml:238:9: shellcheck reported issue in this script: SC2086:info:19:56: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/migration_on_demand.yml:238:9: shellcheck reported issue in this script: SC2086:info:26:18: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/migration_on_demand.yml:238:9: shellcheck reported issue in this script: SC2086:info:27:23: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/migration_on_demand.yml:290:9: shellcheck reported issue in this script: SC2046:warning:3:3: Quote this to prevent word splitting [shellcheck]
.github/workflows/migration_on_demand.yml:290:9: shellcheck reported issue in this script: SC2046:warning:4:3: Quote this to prevent word splitting [shellcheck]
.github/workflows/migration_on_demand.yml:290:9: shellcheck reported issue in this script: SC2046:warning:5:3: Quote this to prevent word splitting [shellcheck]
.github/workflows/migration_on_demand.yml:300:9: shellcheck reported issue in this script: SC2046:warning:7:3: Quote this to prevent word splitting [shellcheck]
.github/workflows/migration_on_demand.yml:312:9: shellcheck reported issue in this script: SC2046:warning:7:3: Quote this to prevent word splitting [shellcheck]
.github/workflows/migration_on_demand.yml:312:9: shellcheck reported issue in this script: SC2046:warning:8:3: Quote this to prevent word splitting [shellcheck]
.github/workflows/pull_request.yml:127:9: shellcheck reported issue in this script: SC2102:info:1:14: Ranges can only match single chars (mentioned due to duplicates) [shellcheck]
.github/workflows/pull_request.yml:150:9: shellcheck reported issue in this script: SC2102:info:1:14: Ranges can only match single chars (mentioned due to duplicates) [shellcheck]
.github/workflows/pull_request.yml:168:9: shellcheck reported issue in this script: SC2086:info:14:42: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/pull_request.yml:194:9: shellcheck reported issue in this script: SC2086:info:1:61: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/pull_request.yml:194:9: shellcheck reported issue in this script: SC2086:info:1:102: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/pull_request.yml:227:9: shellcheck reported issue in this script: SC2086:info:9:60: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/pull_request.yml:239:9: shellcheck reported issue in this script: SC2116:style:3:12: Useless echo? Instead of 'cmd $(echo foo)', just use 'cmd foo' [shellcheck]
.github/workflows/pull_request.yml:252:9: shellcheck reported issue in this script: SC2116:style:3:12: Useless echo? Instead of 'cmd $(echo foo)', just use 'cmd foo' [shellcheck]
reviewdog: found at least one issue with severity greater than or equal to the given level: error
I tried to fix the style error but still got the same result, how are the levels defined?