diff --git a/Scripts/Configuration.js b/Scripts/Configuration.js index c2f2195..6c03331 100644 --- a/Scripts/Configuration.js +++ b/Scripts/Configuration.js @@ -25,7 +25,7 @@ exports.Configuration = class Configuration { return [ 'broken', 'bug', 'debug', 'deprecated', 'example', 'error', 'err', 'fail', 'fatal', 'fix', 'hack', 'idea', 'info', 'note', 'optimize', 'question', - 'refactor', 'remove', 'review', 'task', 'trace', 'update', 'warn', 'warning' + 'refactor', 'remove', 'review', 'task', 'trace', 'update', 'upstream', 'warn', 'warning' ] }