Skip to content

Commit

Permalink
fix: linter
Browse files Browse the repository at this point in the history
  • Loading branch information
imranismail committed Nov 10, 2023
1 parent c7b214d commit d562ad2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion scripts/format.bash
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/usr/bin/env bash

shfmt --language-dialect bash --write \
./**/*
bin/* \
lib/* \
scripts/*
4 changes: 3 additions & 1 deletion scripts/lint.bash
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ shellcheck --shell=bash --external-sources \
scripts/*

shfmt --language-dialect bash --diff \
./**/*
bin/* \
lib/* \
scripts/*

0 comments on commit d562ad2

Please sign in to comment.