Skip to content

Commit 3acbb20

Browse files
committed
chore: Update linter to lint subprojects and examples.
1 parent 7cc7f02 commit 3acbb20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/lint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ if [[ "${1:-}" == "--fix" ]]; then
1010
FIX_MODE=true
1111
fi
1212

13-
DIRS=("src" "app" "tests" "benchmark")
13+
DIRS=("src" "app" "tests" "benchmark" "examples" "dataframe-hasktorch" "dataframe-persistent")
1414

1515
echo "Running HLint on dataframe project..."
1616

0 commit comments

Comments
 (0)