Browse Source

Issue #2008 - Fix lint errors for external/crlfchecker/

Jon Buckley 12 years ago
parent
commit
c226147d09
  1. 4
      external/crlfchecker/crlfchecker.js
  2. 2
      make.js

4
external/crlfchecker/crlfchecker.js vendored

@ -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 = [];

2
make.js

@ -984,7 +984,7 @@ target.jshint = function() {
var LINT_FILES = ['make.js', var LINT_FILES = ['make.js',
'external/builder/', 'external/builder/',
//'external/crlfchecker/*.js', 'external/crlfchecker/',
'src/', 'src/',
//'web/*.js', //'web/*.js',
//'test/*.js', //'test/*.js',

Loading…
Cancel
Save