From 1d67cb8b2e05d65a2c09cb4e9d04bee04261d82e Mon Sep 17 00:00:00 2001 From: catamphetamine Date: Mon, 16 Apr 2018 00:36:25 +0300 Subject: [PATCH] Turned off modified files check --- runnable/modules/update-metadata.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/runnable/modules/update-metadata.js b/runnable/modules/update-metadata.js index b37a9343..6ec2a802 100644 --- a/runnable/modules/update-metadata.js +++ b/runnable/modules/update-metadata.js @@ -42,7 +42,11 @@ module.exports = function() !/^examples\.[a-z]+\.json$/.test(file) }) - if (unexpected_modified_files.length > 0) + // Turned off this "modified files" check + // because on Windows random files constantly got "modified" + // without actually being modified. + // (perhaps something related to line endings) + if (false && unexpected_modified_files.length > 0) { var error