Skip to content

Commit

Permalink
fix whitespace and ignore paths
Browse files Browse the repository at this point in the history
  • Loading branch information
parvit committed Sep 21, 2023
1 parent 70ed25b commit 73895c9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ env:
VBOX_URL: https://download.virtualbox.org/virtualbox/7.0.10/VirtualBox-7.0.10-158379-Win.exe
VBOX_NAME: VirtualBox-7.0.10-158379-Win.exe
VBOX_MD5: 8882a55227cccc8a3f7ab69641df19fd # keep lowercase


jobs:
build:
name: ${{matrix.configuration}}-${{matrix.platform}}-${{matrix.type}}
Expand Down
10 changes: 5 additions & 5 deletions ci_tools/trailing_whitespaces_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,11 @@ def check(directory, exclude_dirs, exclude_extensions, exclude_files, fix_errors
os.path.join(directory, "win_build", "Build"),
os.path.join(directory, "win_build", ".vs"),
os.path.join(directory, "win_build", "ipch"),
os.path.join(directory, "win_build", "installer_wix", "redist"),
os.path.join(directory, "win_build", "installer_wix", "bin"),
os.path.join(directory, "win_build", "installer_wix", "Build"),
os.path.join(directory, "win_build", "installer_wix", "obj"),
os.path.join(directory, "win_build", "installer_wix", ".vs"),
os.path.join(directory, "installer_wix", "redist"),
os.path.join(directory, "installer_wix", "bin"),
os.path.join(directory, "installer_wix", "Build"),
os.path.join(directory, "installer_wix", "obj"),
os.path.join(directory, "installer_wix", ".vs"),
os.path.join(directory, "zip", "unzip"),
os.path.join(directory, "zip", "zip"),
]
Expand Down

0 comments on commit 73895c9

Please sign in to comment.