Browse Source

shellcheck ignore SC2002

pull/12/head
Mykyta Solomko 5 years ago
parent
commit
f4432ed44c
  1. 1
      scripts/lib/lint-common.sh

1
scripts/lib/lint-common.sh

@ -145,6 +145,7 @@ _file_list()
# Remove duplicates and count files
#
echo -n "Files to check: "
# shellcheck disable=SC2002
cat "${_FILES_UNSORTED}" \
| sort -n \
| uniq \

Loading…
Cancel
Save