Skip to content

Commit

Permalink
Added shellcheck dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
WGUNDERWOOD committed Jun 16, 2024
1 parent a4be768 commit bbdfc7c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
5 changes: 4 additions & 1 deletion justfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
default: test clippy format
default: test clippy format shellcheck

all: default latex perf prof

Expand All @@ -24,3 +24,6 @@ perf:

prof:
@cd extra && bash prof.sh

shellcheck:
@shellcheck extra/*.sh
1 change: 1 addition & 0 deletions notes.org
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
** Use "file" for file names and "text" for contents
** Rename in and out to source and target
** shell-check
** More realistic profiler test
* Features
** Aim for a single pass of wrapping and indenting
** Parsing with texlab
Expand Down
1 change: 1 addition & 0 deletions shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ pkgs.mkShell {
texlive.combined.scheme-full
diff-so-fancy
poppler_utils
shellcheck
];
}

0 comments on commit bbdfc7c

Please sign in to comment.