TAP version 13
1..2
not ok 1 - clojure_bad_1.clj
  ---
  message: /tmp/lint/.automation/test/clojure/clojure_bad_1.clj 5 5  warning  namespace clojure.set is required but never used\n/tmp/lint/.automation/test/clojure/clojure_bad_1.clj 8 2  error  unresolved symbol but-last\n/tmp/lint/.automation/test/clojure/clojure_bad_1.clj 12 1  error  clojure.string/join is called with 0 args but expects 1 or 2\n/tmp/lint/.automation/test/clojure/clojure_bad_1.clj 15 17  warning  unused binding y\n/tmp/lint/.automation/test/clojure/clojure_bad_1.clj 17 3  warning  redundant do\n/tmp/lint/.automation/test/clojure/clojure_bad_1.clj 19 5  warning  inline def\n/tmp/lint/.automation/test/clojure/clojure_bad_1.clj 22 7  warning  Redundant let expression.\n/tmp/lint/.automation/test/clojure/clojure_bad_1.clj 22 13  warning  unused binding z\n/tmp/lint/.automation/test/clojure/clojure_bad_1.clj 24 9  error  y is called with 1 arg but expects 0\n/tmp/lint/.automation/test/clojure/clojure_bad_1.clj 26 9  error  recur argument count mismatch (expected 2, got 0)\n/tmp/lint/.automation/test/clojure/clojure_bad_1.clj 29 9  error  h is called with 1 arg but expects 0\n/tmp/lint/.automation/test/clojure/clojure_bad_1.clj 30 9  error  f is called with 1 arg but expects 0\n/tmp/lint/.automation/test/clojure/clojure_bad_1.clj 34 1  warning  redefined var #'foo/private-fn\n/tmp/lint/.automation/test/clojure/clojure_bad_1.clj 34 8  warning  Unused private var foo/private-fn\n/tmp/lint/.automation/test/clojure/clojure_bad_1.clj 38 6  error  Expected  number, received  keyword.\n/tmp/lint/.automation/test/clojure/clojure_bad_1.clj 42 1  error  java.lang.Thread/sleep is called with 3 args but expects 1 or 2\n/tmp/lint/.automation/test/clojure/clojure_bad_1.clj 48 1  error  foo/foo-fn is called with 0 args but expects 2\n/tmp/lint/.automation/test/clojure/clojure_bad_1.clj 51 1  error  #'foo/private-fn is private\n/tmp/lint/.automation/test/clojure/clojure_bad_1.clj 54 7  error  duplicate key  a\n/tmp/lint/.automation/test/clojure/clojure_bad_1.clj 56 5  error  duplicate set element 1\n/tmp/lint/.automation/test/clojure/clojure_bad_1.clj 58 7  error  missing value for key  b\n/tmp/lint/.automation/test/clojure/clojure_bad_1.clj 64 3  warning  missing test assertion\nlinting took 18ms, errors  13, warnings  9\n
  ...
ok 2 - clojure_good_1.clj