Returns true if this tool should be de-prioritized.
(toolName)
| 67 | |
| 68 | /** Returns true if this tool should be de-prioritized. */ |
| 69 | isWarn(toolName) { return this.level(toolName) === 'warn'; } |
| 70 | |
| 71 | /** |
| 72 | * Filter a tools array to remove dropped tools and move warned tools to |