Skip to content

Commit

Permalink
process-document: overwrite boilerplate before the transition period too
Browse files Browse the repository at this point in the history
  • Loading branch information
deniak committed Feb 28, 2019
1 parent ff014e6 commit 15d1a3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/rules/sotd/process-document.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ exports.check = function (sr, done) {
, to: new Date('2019-03-31')
, doBefore: function() { proc = deprecatedProc;
procUri = deprecatedUri;
boilerplate = BOILERPLATE_PREFIX + proc + BOILERPLATE_SUFFIX;
deprecatedBoilerplate = BOILERPLATE_PREFIX + '1 March 2017' + BOILERPLATE_SUFFIX;
deprecatedUri = 'https://www.w3.org/2017/Process-20170301/';
deprecatedAllowed = false; }
Expand Down

0 comments on commit 15d1a3a

Please sign in to comment.