This repository was archived by the owner on Dec 12, 2024. It is now read-only.
Commit 3d1bd57
Remove rule redundant rule
Instead of having:
for code:
```
def foo
end
```
It used to generate:
```
(def (method_def (identifier)))
```
now it generates:
```
(def (identifier))
```method_def.1 parent 50b4d59 commit 3d1bd57
File tree
5 files changed
+11052
-11144
lines changed- src
- test/corpus
5 files changed
+11052
-11144
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| 72 | + | |
72 | 73 | | |
73 | 74 | | |
74 | 75 | | |
| |||
117 | 118 | | |
118 | 119 | | |
119 | 120 | | |
120 | | - | |
121 | | - | |
122 | 121 | | |
123 | 122 | | |
124 | 123 | | |
| |||
157 | 156 | | |
158 | 157 | | |
159 | 158 | | |
160 | | - | |
| 159 | + | |
161 | 160 | | |
162 | 161 | | |
163 | 162 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments