Browse Source

Fix: one more exception to rule linter

Gabriel Horner 2 years ago
parent
commit
b56cbf0fd2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      deps/db/bb.edn

+ 1 - 1
deps/db/bb.edn

@@ -30,7 +30,7 @@
           (into (mapcat val rules/rules)
                 (-> rules/query-dsl-rules
                     ;; TODO: Update linter to handle false positive on ?str-val
-                    (dissoc :property)
+                    (dissoc :property :property-db-version)
                     vals)))}}
 
  :tasks/config