Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FIX] file-not-used: fix false positives on Windows #335

Merged
merged 2 commits into from
Sep 8, 2021

Conversation

johnw-bluemark
Copy link
Contributor

The file-not-used check reports false positives on Windows. This is because it checks the raw strings in the manifest (which always has forward slashes for separators) against file paths (which always have back slashes for separators on Windows). This PR resolves this issue.

@moylop260 moylop260 merged commit 1369422 into OCA:master Sep 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants