There was an error while loading. Please reload this page.
1 parent 7cc7f02 commit 3acbb20Copy full SHA for 3acbb20
1 file changed
scripts/lint.sh
@@ -10,7 +10,7 @@ if [[ "${1:-}" == "--fix" ]]; then
10
FIX_MODE=true
11
fi
12
13
-DIRS=("src" "app" "tests" "benchmark")
+DIRS=("src" "app" "tests" "benchmark" "examples" "dataframe-hasktorch" "dataframe-persistent")
14
15
echo "Running HLint on dataframe project..."
16
0 commit comments