Skip to content

Commit

Permalink
[MegaLinter] Apply linters fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Kurt-von-Laven authored and github-actions[bot] committed Jan 18, 2023
1 parent 2234ac4 commit 1aebdb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion megalinter/linters/CSpellLinter.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def build_lint_command(self, file=None) -> list:
self.cli_lint_extra_args += [
"--show-context",
"--show-suggestions",
"--no-must-find-files"
"--no-must-find-files",
]
# Create temp file with files segments
if (
Expand Down

0 comments on commit 1aebdb0

Please sign in to comment.