This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
overleaf-toolkit
Watch
1
Star
0
Fork
You've already forked overleaf-toolkit
0
mirror of
https://github.com/overleaf/toolkit.git
synced
2025-04-19 23:38:06 +02:00
Code
Activity
sk-better-docs
overleaf-toolkit
/
bin
/
dev
/
lint
4 lines
95 B
Text
Raw
Permalink
Normal View
History
Unescape
Escape
Add a lint script in bin/dev/, and fix lint errors
2020-06-03 09:44:18 +01:00
#! /usr/bin/env bash
ignore swap files when linting
2020-06-17 12:01:10 +01:00
exec find ./bin -type f -not -name '*.swp' -print0 | xargs -0 shellcheck
Copy permalink