1
0
Эх сурвалжийг харах

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

Tienson Qin 1 жил өмнө
parent
commit
0a9320c234
1 өөрчлөгдсөн 2 нэмэгдсэн , 2 устгасан
  1. 2 2
      deps/db/bb.edn

+ 2 - 2
deps/db/bb.edn

@@ -31,8 +31,8 @@
            (concat (mapcat val rules/rules)
            (concat (mapcat val rules/rules)
                    ;; TODO: Update linter to handle false positive on ?str-val for :property
                    ;; TODO: Update linter to handle false positive on ?str-val for :property
                    (rules/extract-rules (dissoc rules/query-dsl-rules :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
  :tasks/config
  {:large-vars
  {:large-vars