-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #14 from sommersoft/cli_args
Updates: Command Line Arguments, am vs apply choice, New pylintrc patchfile, README updates
- Loading branch information
Showing
4 changed files
with
165 additions
and
58 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
27 changes: 0 additions & 27 deletions
27
patches/0001-force-Travis-to-use-pylint-version-1.9.2-to-avoid-ne.patch
This file was deleted.
Oops, something went wrong.
25 changes: 25 additions & 0 deletions
25
patches/ignore-the-board-module-imports-in-.pylintrc.patch
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
From b5290f3869789fbf8a57004003c94131cdad82c5 Mon Sep 17 00:00:00 2001 | ||
From: sommersoft <[email protected]> | ||
Date: Tue, 14 Aug 2018 20:01:03 -0500 | ||
Subject: [PATCH] ignore the board module imports in .pylintrc | ||
|
||
--- | ||
.pylintrc | 2 +- | ||
1 file changed, 1 insertion(+), 1 deletion(-) | ||
|
||
diff --git a/.pylintrc b/.pylintrc | ||
index 946d694..cb8d23d 100644 | ||
--- a/.pylintrc | ||
+++ b/.pylintrc | ||
@@ -155,7 +155,7 @@ ignored-classes=optparse.Values,thread._local,_thread._local | ||
# (useful for modules/projects where namespaces are manipulated during runtime | ||
# and thus existing member attributes cannot be deduced by static analysis. It | ||
# supports qualified module names, as well as Unix pattern matching. | ||
-ignored-modules= | ||
+ignored-modules=board | ||
|
||
# Show a hint with possible names when a member name was not found. The aspect | ||
# of finding the hint is based on edit distance. | ||
-- | ||
2.15.1.windows.2 | ||
|