-
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 #126 from sommersoft/patch_action_build_pylint
Add Patchfile For Actions; Ignore Archived Repos; Adjust Patch Result Counting
- Loading branch information
Showing
5 changed files
with
31 additions
and
208 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
From e1f4301b25e7e6f120b85c316cfbaf838fc1282e Mon Sep 17 00:00:00 2001 | ||
From: sommersoft <sommersoft@gmail.com> | ||
Date: Wed, 8 Jan 2020 21:09:22 -0600 | ||
Subject: [PATCH] update pylint examples directive | ||
|
||
--- | ||
.github/workflows/build.yml | 2 +- | ||
1 file changed, 1 insertion(+), 1 deletion(-) | ||
|
||
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml | ||
index 66ce4db..11ce574 100644 | ||
--- a/.github/workflows/build.yml | ||
+++ b/.github/workflows/build.yml | ||
@@ -42,7 +42,7 @@ jobs: | ||
- name: PyLint | ||
run: | | ||
pylint $( find . -path './adafruit*.py' ) | ||
- ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name,bad-whitespace examples/*.py) | ||
+ ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name,bad-whitespace $( find . -path "./examples/*.py" )) | ||
- name: Build assets | ||
run: circuitpython-build-bundles --filename_prefix ${{ steps.repo-name.outputs.repo-name }} --library_location . | ||
- name: Build docs | ||
-- | ||
2.17.1 | ||
|
This file was deleted.
Oops, something went wrong.
25 changes: 0 additions & 25 deletions
25
patches/ignore-the-board-module-imports-in-.pylintrc.patch
This file was deleted.
Oops, something went wrong.