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 79da837
committed
Convert configured mass threshold to integer
Currently a configured mass threshold will be returned as a string when
flay expects an integer when it tries to compare mass to mass threshold.
This also renames the assertion since the previous title was incorrect.1 parent 582134f commit 79da837
File tree
2 files changed
+7
-3
lines changed- lib/cc/engine/analyzers
- spec/cc/engine/analyzers
2 files changed
+7
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | - | ||
18 | + | ||
19 | + | ||
20 | + | ||
21 | + | ||
22 | + | ||
19 | 23 | | |
20 | 24 | | |
21 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | - | ||
75 | + | ||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | - | ||
80 | + | ||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| |||
0 commit comments