ericcornelissen / NervousFish

An app for your :iphone: to exchange public-keys in a secure manner.
GNU Lesser General Public License v3.0
2 stars 4 forks source link

Change checkstyle rule #42

Closed clenrock closed 7 years ago

clenrock commented 7 years ago

What

This changes a checkstyle rule used to check if a method name is right.

Why

We want to have names like "iPressSubmit()", but this was not accepted before. After this change it will be accepted.

How

You can run checkstyle to test if the error is not given anymore.