Browse Source

Disable lint rules for db :property and :page-property

Tienson Qin 1 year ago
parent
commit
0a9320c234
1 changed files with 2 additions and 2 deletions
  1. 2 2
      deps/db/bb.edn

+ 2 - 2
deps/db/bb.edn

@@ -31,8 +31,8 @@
            (concat (mapcat val rules/rules)
                    ;; TODO: Update linter to handle false positive on ?str-val for :property
                    (rules/extract-rules (dissoc rules/query-dsl-rules :property))
-                   ;; TODO: Update linter to handle false positive on :task and :priority
-                   (rules/extract-rules (dissoc rules/db-query-dsl-rules :task :priority)))))}}
+                   ;; TODO: Update linter to handle false positive on :task, :priority, :property and :page-property
+                   (rules/extract-rules (dissoc rules/db-query-dsl-rules :task :priority :property :page-property)))))}}
 
  :tasks/config
  {:large-vars