bcgit / pc-dart

Pointy Castle - Dart Derived Bouncy Castle APIs
MIT License
237 stars 122 forks source link

Fix linter warnings #31

Closed Ephenodrom closed 4 years ago

Ephenodrom commented 4 years ago

I fixed all linter warnings

In the following folders :

This is a first step to fix all linter warnings as suggested in the following issue

https://github.com/bcgit/pc-dart/issues/16

Output of unit tests

pub run test
00:51 +361: All tests passed!                                               
AKushWarrior commented 4 years ago

@mwcw this is kind of important for release. Can you merge it?

mwcw commented 4 years ago

Hi,

Thank you very much for fixing those linter issues.

It will be synced up shortly.

Thanks,

MW

Ephenodrom commented 4 years ago

Thanks for accepting the PR, will try to fix more linter warnings throughout the next weeks.