From 62214799e0dade5254a1e6de05d6002376096e09 Mon Sep 17 00:00:00 2001 From: Clemens Date: Fri, 29 Sep 2023 10:24:21 +0200 Subject: [PATCH] enabled linting --- build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.py b/build.py index 70bd931..f180cc5 100644 --- a/build.py +++ b/build.py @@ -176,4 +176,4 @@ def linttest(project, release_type): test_clj(project) test_cljs(project) test_schema(project) - #lint(project) + lint(project)