This repository has been archived by the owner on Feb 4, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Run pylint on clcachesrv.py during CI builds
I needed to whitelist some Python packages using C code because pylint refuses to load them (in order to inspect their exposed API) for security reasons, so it ends up reporting that all used API is undefined. I couldn't tell why it wouldn't recognize pywintypes.OVERLAPPED() though, and adding pywintypes to the whitelist wouldn't help - so I resorted to just explicitly disabling that warning.
- Loading branch information
Frerich Raabe
committed
Nov 18, 2016
1 parent
83fdbcc
commit a333d16
Showing
3 changed files
with
7 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters