Skip to content

Commit

Permalink
Merge pull request #41 from LD4P/plato
Browse files Browse the repository at this point in the history
add static analysis with es6-plato to circleci build
  • Loading branch information
jermnelson committed Oct 4, 2018
2 parents 9740da8 + e7ec91e commit 2aa564a
Show file tree
Hide file tree
Showing 4 changed files with 1,050 additions and 170 deletions.
6 changes: 6 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ jobs:
- store_artifacts:
path: coverage
destination: jest-coverage
- run:
name: Run static analysis
command: npm run analysis
- store_artifacts:
path: static-analysis
destination: static-analysis

workflows:
version: 2
Expand Down
7 changes: 2 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
.DS_Store
builds/*
builds
coverage
examples
junit.xml
node_modules
static/profiles/bibframe/*
static-analysis
tmp

test.html

.csslintrc
.jshintrc
.eslintrc

0 comments on commit 2aa564a

Please sign in to comment.