1
0
Fork 0
mirror of https://github.com/overleaf/toolkit.git synced 2025-04-19 15:28:06 +02:00

Add a lint script in bin/dev/, and fix lint errors

This commit is contained in:
Shane Kilkelly 2020-06-03 09:44:18 +01:00
parent d360999cc5
commit 92a4be8a03
4 changed files with 12 additions and 0 deletions

3
bin/dev/lint Executable file
View file

@ -0,0 +1,3 @@
#! /usr/bin/env bash
find ./bin -type f -print0 | xargs -0 shellcheck

View file

@ -0,0 +1,3 @@
#! /usr/bin/env bash
set -euo pipefail

View file

@ -0,0 +1,3 @@
#! /usr/bin/env bash
set -euo pipefail

View file

@ -0,0 +1,3 @@
#! /usr/bin/env bash
set -euo pipefail