-
-
Notifications
You must be signed in to change notification settings - Fork 73
linting and refactoring. #116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Code Climate has analyzed commit f048ca9 and detected 0 issues on this pull request. The test coverage on the diff in this pull request is 100.0% (95% is the threshold). This pull request will bring the total coverage in the repository to 97.3% (0.2% change). View more on Code Climate. |
|
So I've trimmed just short of a thousand lines of code. I've deprecated all command line tools not related to converting formats and hashing. I've also removed all forms of non-seqhashv1 hashing and greatly simplified the hashing command and its docs. I've also fixed a ton of formatting stuff and deleted a ton of dead code. What I thought was a twenty minute pull request ended up taking all day. Merging. |

This PR integrates from new golang lint workflow stuff and refactors the entire code base accordingly.