|
|
@ -1,5 +1,9 @@ |
|
|
|
/* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ |
|
|
|
/* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ |
|
|
|
/* vim: set shiftwidth=2 tabstop=2 autoindent cindent expandtab: */ |
|
|
|
/* vim: set shiftwidth=2 tabstop=2 autoindent cindent expandtab: */ |
|
|
|
|
|
|
|
/* jshint node:true */ |
|
|
|
|
|
|
|
/* globals cat, echo, exit, ls */ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
'use strict'; |
|
|
|
|
|
|
|
|
|
|
|
function checkIfCrlfIsPresent(files) { |
|
|
|
function checkIfCrlfIsPresent(files) { |
|
|
|
var failed = []; |
|
|
|
var failed = []; |
|
|
|