clearhaus / aes256gcm_decrypt

Decrypt AES256GCM-encrypted data in Apple Pay Payment Tokens.
MIT License
10 stars 1 forks source link

Add Rubocop and fix basic styles #13

Closed tibbon closed 6 years ago

tibbon commented 6 years ago

I've added Rubocop here and did the --auto-correct to fixup basic styles. There admittedly isn't that much Ruby here, but if/as this grows it should help keep your specs a bit more together.

tibbon commented 6 years ago

Pushed requested changes. With that Rubocop config there aren't any other exclusions in the todo file, but it's there for when/if there are.