aboutsummaryrefslogtreecommitdiff
path: root/lib/compilers/analysis-tool.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/compilers/analysis-tool.js')
-rw-r--r--lib/compilers/analysis-tool.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/compilers/analysis-tool.js b/lib/compilers/analysis-tool.js
index 1ef49d1c5..e7bcd2f6b 100644
--- a/lib/compilers/analysis-tool.js
+++ b/lib/compilers/analysis-tool.js
@@ -26,6 +26,8 @@ const BaseCompiler = require('../base-compiler');
// Plain compiler, which just runs the tool and returns whatever the output was
class AnalysisTool extends BaseCompiler {
+ static get key() { return 'analysis-tool'; }
+
constructor(info, env) {
// Default is to disable all "cosmetic" filters
if (!info.disabledFilters)