Skip to content

Commit

Permalink
Fixed Codespell log file suffix for yaml filetype
Browse files Browse the repository at this point in the history
  • Loading branch information
Jbsco committed Dec 17, 2023
1 parent ae9beee commit d1d982e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redo/rules/build_style.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def _yaml_lint(filenames=[]):

# Check any YAML with codespell:
codespell_cmd_prefix = "codespell " + directory + os.sep + "build" + os.sep + "yaml" + os.sep
codespell_cmd_suffix = "*.py 1>&1 | tee "
codespell_cmd_suffix = "*.yaml 1>&1 | tee "
shell.run_command(codespell_cmd_prefix
+ codespell_cmd_suffix
+ codespell_yaml_file)
Expand Down

0 comments on commit d1d982e

Please sign in to comment.