Skip to content

Commit

Permalink
Using relative paths for worksapces
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre Melotti committed Nov 26, 2022
1 parent 2d9d566 commit 92f57bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion megalinter/descriptors/csharp.megalinter-descriptor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ linters:
cli_executable: dotnet
cli_lint_extra_args:
- "format"
- "{{WORKSPACE}}"
- ".{{WORKSPACE}}"
- "--verify-no-changes"
- "--exclude"
- "/"
Expand Down
2 changes: 1 addition & 1 deletion megalinter/descriptors/vbdotnet.megalinter-descriptor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ linters:
cli_executable: dotnet
cli_lint_extra_args:
- "format"
- "{{WORKSPACE}}"
- ".{{WORKSPACE}}"
- "--verify-no-changes"
- "--exclude"
- "/"
Expand Down

0 comments on commit 92f57bc

Please sign in to comment.