Commit 6042114
feat: refactor rule-maker (#47)
# Description
What is the overall goal of your PR? Which problem does it solve? Please
also include relevant motivation and context.
List any dependencies that are required for this change.
Fixes #(issue number)
# Migrations required
yes: please describe the migration
no: please delete the whole paragraph
# Verification
Please describe the test cases you used to verify your code. Did you
check the change in your environment?
# Checklist
- [ ] My code follows the style guidelines of the project
- [ ] I have performed a self-review of my own code
- [ ] I have made corresponding changes to the documentation
---------
Co-authored-by: kalisar <[email protected]>1 parent 3475c00 commit 6042114
File tree
20 files changed
+2268
-971
lines changed- src
- main/java/com/hlag/rulemaker
- expression
- test/java/com/hlag/rulemaker
- expression
20 files changed
+2268
-971
lines changedThis file was deleted.
Lines changed: 10 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
Lines changed: 0 additions & 70 deletions
This file was deleted.
0 commit comments