mirror of
https://github.com/OutlineFoundation/outline-server.git
synced 2026-05-13 13:58:57 +00:00
Remove lingering mentions of Bower
Bower is no longer used
This commit is contained in:
parent
78407ddc69
commit
23e0600898
6 changed files with 735 additions and 2472 deletions
|
|
@ -18,8 +18,7 @@
|
|||
|
||||
readonly WRAPPER='third_party/shellcheck/run.sh'
|
||||
declare -ar START=(src scripts "${WRAPPER}")
|
||||
readonly EXCLUDE='*/bower_components'
|
||||
|
||||
# From the specified starting points, prune excluded paths or
|
||||
# From the specified starting points,
|
||||
# run shellcheck over all files ending in .sh.
|
||||
find "${START[@]}" -path "${EXCLUDE}" -prune -o -name '*.sh' -exec "${WRAPPER}" {} +
|
||||
find "${START[@]}" -name '*.sh' -exec "${WRAPPER}" {} +
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue