Skip to content

Commit

Permalink
Fixup: Config file name in code style script
Browse files Browse the repository at this point in the history
Signed-off-by: David Horstmann <[email protected]>
  • Loading branch information
davidhorstmann-arm committed Dec 8, 2022
1 parent 1f8b4d9 commit c747fdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/code_style.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
from typing import List

UNCRUSTIFY_SUPPORTED_VERSION = "0.75.1"
CONFIG_FILE = "codestyle.cfg"
CONFIG_FILE = ".uncrustify.cfg"
UNCRUSTIFY_EXE = "uncrustify"
UNCRUSTIFY_ARGS = ["-c", CONFIG_FILE]
STDOUT_UTF8 = io.TextIOWrapper(sys.stdout.buffer, encoding='utf-8')
Expand Down

0 comments on commit c747fdf

Please sign in to comment.