finos / cla-bot

cla-bot is a GitHub bot for automation of Contributor Licence Agreements (CLAs).
https://finos.github.io/cla-bot/
Apache License 2.0
45 stars 27 forks source link

Reinstate linting in package.json when PR 166 and Issue 164 are resolved #179

Open mcleo-d opened 4 years ago

mcleo-d commented 4 years ago

Reinstate linting in package.json when PR 166 and Issue 164 are resolved

Due to differences in linting behaviour on local machines vs TravisCI, linting will be disabled when PR #166 is accepted and merged.

The linting issue has been reported and is currently being resolved through issue #164

Proposed Solution

The following test config should be added back to package.json after PR #166 has been accepted and #164 has been resolved.

"test": "npm run lint && jasmine"