HoeenCoder / Wavelength

The github repository for the Wavelength server on Pokemon Showdown.
http://wavelength.psim.us/
Other
10 stars 46 forks source link

Exp: automation #146

Closed Volco closed 6 years ago

Volco commented 6 years ago

This no longer encourages spam but allows a user to gain exp every 30 seconds since their last message for 15 minutes @HoeenCoder please hold off on merging for a bit as i need to double check everything

TravisBuddy commented 6 years ago

Travis tests have failed

Hey Volco, Please read the following log in order to understand the failure reason. It'll be awesome if you fix what's wrong and commit the changes.

Node.js: 7.7

npm test ``` > pokemon-showdown@0.11.2 test /home/travis/build/HoeenCoder/Wavelength > eslint --rulesdir=dev-tools/eslint --cache . && mocha /home/travis/build/HoeenCoder/Wavelength/wavelength-plugins/exp.js 58:1 error Trailing spaces not allowed no-trailing-spaces 65:1 error Trailing spaces not allowed no-trailing-spaces 71:1 error Trailing spaces not allowed no-trailing-spaces 77:1 error Trailing spaces not allowed no-trailing-spaces ✖ 4 problems (4 errors, 0 warnings) 4 errors, 0 warnings potentially fixable with the `--fix` option. npm ERR! Test failed. See above for more details. ```


Volco commented 6 years ago

Okay fixed the only issue its good to merge when you're ready @HoeenCoder