commit 0f7a1a06e985ded06f40fc1cd1d89e0a23e3231b
parent 36164b98eab2cbfdce15890ba069bc8b67e5b384
Author: Kevin Barabash <kevinb@khanacademy.org>
Date: Fri, 15 Apr 2016 18:11:31 -0700
Blacklist dist/** so that ka-lint doesn't barf on those files
Test Plan:
- ./release.sh 0.6.0 0.7.0
Auditors: emily
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/lint_blacklist.txt b/lint_blacklist.txt
@@ -3,6 +3,7 @@
# Autogenerated code
build/**
node_modules/**
+dist/**
# Third party code
test/jasmine/**