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:
parent
d360999cc5
commit
92a4be8a03
4 changed files with 12 additions and 0 deletions
3
bin/dev/lint
Executable file
3
bin/dev/lint
Executable file
|
@ -0,0 +1,3 @@
|
|||
#! /usr/bin/env bash
|
||||
|
||||
find ./bin -type f -print0 | xargs -0 shellcheck
|
|
@ -0,0 +1,3 @@
|
|||
#! /usr/bin/env bash
|
||||
|
||||
set -euo pipefail
|
3
bin/logs
3
bin/logs
|
@ -0,0 +1,3 @@
|
|||
#! /usr/bin/env bash
|
||||
|
||||
set -euo pipefail
|
|
@ -0,0 +1,3 @@
|
|||
#! /usr/bin/env bash
|
||||
|
||||
set -euo pipefail
|
Loading…
Add table
Add a link
Reference in a new issue