Skip to content
This repository has been archived by the owner on Dec 15, 2018. It is now read-only.

Commit

Permalink
Improve JS-related config
Browse files Browse the repository at this point in the history
Summary:
No more pretending we would be running JS tests.
No more jshint against code we don't care about.
Also makes `make lint` do something useful.

Test Plan: Manual

Reviewers: paulruan

Reviewed By: paulruan

Subscribers: changesbot

Differential Revision: https://tails.corp.dropbox.com/D200054
  • Loading branch information
kylec1 committed Aug 15, 2016
1 parent abd7838 commit b17aaa0
Show file tree
Hide file tree
Showing 374 changed files with 73 additions and 67,125 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,6 @@ lint-js:
test-full: install-test-requirements
$(MAKE) lint
$(MAKE) coverage
@echo SKIPPING JAVASCRIPT TESTS UNTIL WE FIX THE RUNNER.
#@npm run test-ci

coverage:
coverage run -m py.test --junitxml=python.junit.xml tests
Expand Down
47 changes: 0 additions & 47 deletions node_modules/jshint/README.md

This file was deleted.

6 changes: 0 additions & 6 deletions node_modules/jshint/bin/apply

This file was deleted.

38 changes: 0 additions & 38 deletions node_modules/jshint/bin/build

This file was deleted.

39 changes: 0 additions & 39 deletions node_modules/jshint/bin/changelog

This file was deleted.

3 changes: 0 additions & 3 deletions node_modules/jshint/bin/jshint

This file was deleted.

34 changes: 0 additions & 34 deletions node_modules/jshint/bin/land

This file was deleted.

22 changes: 0 additions & 22 deletions node_modules/jshint/data/ascii-identifier-data.js

This file was deleted.

5 changes: 0 additions & 5 deletions node_modules/jshint/data/non-ascii-identifier-part-only.js

This file was deleted.

5 changes: 0 additions & 5 deletions node_modules/jshint/data/non-ascii-identifier-start.js

This file was deleted.

0 comments on commit b17aaa0

Please sign in to comment.