Skip to content

Commit

Permalink
Change: Revert "Change: Temporarily disable --hard-encoding-detection…
Browse files Browse the repository at this point in the history
… due to an issue in codespell 2.2.4"
  • Loading branch information
cfi-gb committed Jun 15, 2023
1 parent cd156b0 commit e357066
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions troubadix/plugins/spelling.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,7 @@ def run(self) -> Iterator[LinterResult]:
for nasl_file in self.context.nasl_files[i : i + batch_size]
]
codespell_arguments = [
# nb: Temporarily disabled due to an issue in codespell 2.2.4.
# "--hard-encoding-detection",
"--hard-encoding-detection",
"--dictionary=-",
f"--dictionary={codespell_additions}",
f"--exclude-file={codespell_exclude}",
Expand Down

0 comments on commit e357066

Please sign in to comment.