This repository was archived by the owner on Jul 19, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit 26f7f3e
Fix debug handling & README instructions for dump_ast
- We incorrectly looked for `debug` at the root of `config.json`: a
pre-release version of the CLI does do this right now, but the stable
version should look under the `config` key, which is populated via the
`.codeclimate.yml`.
- The logger must be at `debug` level for `dump_ast`: updated the README
to reflect that.1 parent fad6ec9 commit 26f7f3e
2 files changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
159 | - | ||
159 | + | ||
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
| |||
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
169 | + | ||
169 | 170 | | |
170 | 171 | | |
171 | 172 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | - | ||
16 | + | ||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
0 commit comments