浏览代码

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

Tienson Qin 1 年之前
父节点
当前提交
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)
                    ;; 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