farkam135 / GoIV

https://www.reddit.com/r/goiv
Other
372 stars 138 forks source link

fix checkstyle issues in MovesetData #1008

Closed harkin closed 5 years ago

harkin commented 5 years ago

The Ci step in Travis is failing on checkstyle all the time.

The biggest culprit is src/main/java/com/kamron/pogoiv/thirdparty/pokebattler/PokemonId.java with 2464 style violations. MovesetData was in at #3, I've fixed them all.

Some indentation and whitespacing issues were causing the errors here