Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
admiralAwkbar committed Sep 2, 2020
1 parent 6040030 commit a756e40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/buildFileList.sh
Original file line number Diff line number Diff line change
Expand Up @@ -759,7 +759,7 @@ function PopulateShellScriptsList() {

mapfile -t LIST_FILES < <(find "${GITHUB_WORKSPACE}" \
-path "*/node_modules" -prune -o \
-path "*/\.git" -prune -o \
-path "*/.git" -prune -o \
-path "*/.venv"-prune -o \
-path "*/.rbenv"-prune -o \
-type f 2>&1)
Expand Down
2 changes: 1 addition & 1 deletion lib/worker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ function LintCodebase() {
#################################
mapfile -t LIST_FILES < <(find "${GITHUB_WORKSPACE}" \
-path "*/node_modules" -prune -o \
-path "*/\.git" -prune -o \
-path "*/.git" -prune -o \
-path "*/.venv"-prune -o \
-path "*/.rbenv"-prune -o \
-type f -regex "${FILE_EXTENSIONS}" 2>&1)
Expand Down

0 comments on commit a756e40

Please sign in to comment.