Skip to content

Commit

Permalink
[MegaLinter] Apply linters fixes
Browse files Browse the repository at this point in the history
quick build
  • Loading branch information
nvuillam committed Jan 30, 2022
1 parent 1b68254 commit c53889d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions megalinter/descriptors/salesforce.megalinter-descriptor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ linters:
cli_version_arg_name: ""
version_extract_regex: "(?<=@salesforce/sfdx-scanner )\\d+(\\.\\d+)+"
cli_lint_errors_count: regex_count
cli_lint_errors_regex: "\"[0-9]+\","
cli_lint_errors_regex: '"[0-9]+",'
examples:
- "sfdx scanner:run"
install:
Expand Down Expand Up @@ -179,7 +179,7 @@ linters:
cli_version_arg_name: ""
version_extract_regex: "(?<=@salesforce/sfdx-scanner )\\d+(\\.\\d+)+"
cli_lint_errors_count: regex_count
cli_lint_errors_regex: "\"[0-9]+\","
cli_lint_errors_regex: '"[0-9]+",'
examples:
- "sfdx scanner:run"
install:
Expand Down

0 comments on commit c53889d

Please sign in to comment.