mirror of
https://github.com/github/codeql.git
synced 2025-12-21 19:26:31 +01:00
C#: The stub generator should just format whitespaces.
This commit is contained in:
@@ -109,7 +109,7 @@ with open(jsonFile) as json_data:
|
||||
print("\n --> Generated stub files: " + rawSrcOutputDir)
|
||||
|
||||
print("\n* Formatting files")
|
||||
run_cmd(['dotnet', 'format', rawSrcOutputDir])
|
||||
run_cmd(['dotnet', 'format', 'whitespace', rawSrcOutputDir])
|
||||
|
||||
print("\n --> Generated (formatted) stub files: " + rawSrcOutputDir)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user