forked from oracle-samples/clara-rules
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: tidy up defhierarchy linting, add hash-expr-fn support,
remove defdata, other options cleanup and minor refactor
- Loading branch information
Showing
9 changed files
with
89 additions
and
151 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,9 @@ | ||
{:lint-as {clara.rules/defsession clojure.core/def | ||
clara.rules/defhierarchy clojure.core/def | ||
clara.rules/defdata clojure.core/def | ||
clara.rules.platform/eager-for clojure.core/for | ||
clara.rules.platform/compute-for clojure.core/for} | ||
:hooks {:analyze-call {clara.rules/defquery hooks.clara-rules/analyze-defquery-macro | ||
clara.rules/defrule hooks.clara-rules/analyze-defrule-macro | ||
clara.rules/defhierarchy hooks.clara-rules/analyze-defhierarchy-macro | ||
clara.rules.dsl/parse-query hooks.clara-rules/analyze-parse-query-macro | ||
clara.rules.dsl/parse-rule hooks.clara-rules/analyze-parse-rule-macro | ||
clara.tools.testing-utils/def-rules-test hooks.clara-rules/analyze-def-rules-test-macro}}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.