We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef7340c commit 97ab523Copy full SHA for 97ab523
1 file changed
build_warnings.py
@@ -25,7 +25,7 @@ def number(clones_dir: str, repo: str, language_code: str) -> int:
25
'--jobs',
26
'auto',
27
'--define',
28
- f'language={language_code}',
+ f'language={lang_with_locale}',
29
'--verbose',
30
'--warning-file',
31
warning_file := f'{clones_dir}/warnings-{language_code}.txt',
0 commit comments