From 32d2cbf309bc3a9b9e86b34e11e6ccd24584a36e Mon Sep 17 00:00:00 2001 From: Tomasz Finc Date: Thu, 5 Jan 2017 16:54:45 -0800 Subject: [PATCH] Don't need to lint arclint Summary: More files that don't need linting Test Plan: ... run the build Reviewers: evan Reviewed By: evan Subscribers: juan, evan Differential Revision: https://phab.nylas.com/D3599 --- build/tasks/package-task.js | 1 + 1 file changed, 1 insertion(+) diff --git a/build/tasks/package-task.js b/build/tasks/package-task.js index c9d371117..d9183b071 100644 --- a/build/tasks/package-task.js +++ b/build/tasks/package-task.js @@ -192,6 +192,7 @@ module.exports = (grunt) => { '\\.lint$', '\\.lintignore$', '\\.arcconfig$', + '\\.arclint$', '\\.flowconfig$', '\\.jshintignore$', '\\.gitattributes$',