loopbackio / loopback-connector-db2

LoopBack Connector for IBM DB/2
Other
17 stars 14 forks source link

chore: fix linting issues #135

Closed emonddr closed 5 years ago

emonddr commented 5 years ago

Description

Fix linting issues

Related issues

connect to https://github.com/strongloop/loopback-connector-db2/issues/130

Checklist

emonddr commented 5 years ago

@b-admike and I looked into the failures.

The vm in fyre.ibm.com that is typically used for these CI tests was down (not accepting sign-in via ssh, had many security patches waiting for installation, and shutting down and restarting wasn't working).

We had to create a new VM with db2 and got npm test running successfully from our laptop.

We contacted @rmg , and he updated our environment variables in Jenkins to point to our new machine.

The only remaining issues were lint problems.

This commit fixes the lint problems.