Commit Graph

14 Commits

Author SHA1 Message Date
Marco Franssen
0f209165d5 Improved code quality (#154)
* Removed package-lock.json form gitignore as it ensures specific package versions

* Updated all @angular web dependencies

* Resolved tslint errors using autofix option

* Resolved some more tslint issues

* Added lint scripts to package.json to easy lint the ts files

* Updated codelyzer and tslint

* Run web on travis using node 10 and run the lint task

* Resolved some more tslint issues after upgrading tslint and codelyzer

* Resolved golint issues with regards to exchange comments

* Resolved spelling errors shown by goreportcard.com

* Resolved gofmt warnings using goreportcard.com

* Resolved golint issue by removing unrequired else statement

* Refactored slack.go to reduce cyclomatic complexity

* Fixed govet issue where Slack was passed as value instead of reference
2018-07-18 15:46:47 +10:00
Adrian Gallagher
950d66e394 Bump Travis golang version 2018-07-17 16:10:29 +10:00
Adrian Gallagher
4903c788b1 Use key derivitive function for encryption/decryption of config data
Fixes https://github.com/thrasher-/gocryptotrader/issues/115
2018-06-04 18:43:13 +10:00
Ryan O'Hara-Reid
39fa7f75f9 Improved codecov, expanded functionality for BTCMarkets 2017-08-24 11:54:57 +10:00
Adrian Gallagher
39548b23b9 Move test files to testdata dir 2017-08-22 10:26:13 +10:00
Ryan O'Hara-Reid
6afaefa5bf Updated Travis.yml and test procedures in common 2017-07-31 11:45:36 +10:00
Adrian Gallagher
c49428a73d Add informative badges to README, remove .codeclimate.yml file 2017-03-27 23:55:55 +11:00
Adrian Gallagher
effdb91046 Change Turnpike repo due to upstream issue 2017-02-20 15:02:19 +11:00
Adrian Gallagher
e56070d519 Update Travis dependencies 2016-07-27 10:56:08 +10:00
Adrian Gallagher
5a0ad993fc Switched test coverage to codecov.io. 2016-03-27 19:49:41 +11:00
Adrian Gallagher
8556b5e019 Updated Travis dependencies. 2016-03-07 22:17:27 +11:00
Adrian Gallagher
9c86745fd9 Revert "Use thrasher's fork until upstream merges PR https://github.com/toorop/go-pusher/pull/2 (fixes Travis builds)"
This reverts commit f6b6e60610.
2016-02-03 21:55:35 +11:00
Adrian Gallagher
f6b6e60610 Use thrasher's fork until upstream merges PR https://github.com/toorop/go-pusher/pull/2 (fixes Travis builds) 2016-02-01 23:18:52 +11:00
Adrian Gallagher
f7ff811aca Add test coverage and Travis config. 2016-01-23 16:43:01 +11:00