Skip to content
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

Add golangci-lint #4

Merged
merged 3 commits into from
Aug 10, 2022
Merged

Add golangci-lint #4

merged 3 commits into from
Aug 10, 2022

Conversation

jasonpaulos
Copy link
Contributor

Add the golangci-lint linter, with config mirroring go-algorand's usage.

@jasonpaulos jasonpaulos marked this pull request as ready for review August 9, 2022 21:15
@jasonpaulos jasonpaulos changed the base branch from code-changes to add-code August 9, 2022 21:15
Copy link
Contributor

@michaeldiamant michaeldiamant left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jasonpaulos While I imagine there's room for customization here, I don't feel strongly enough to hold up the PR. Treat opened threads as optional.

@jasonpaulos jasonpaulos merged commit fa0e082 into add-code Aug 10, 2022
@jasonpaulos jasonpaulos deleted the linter branch August 10, 2022 16:34
jasonpaulos added a commit that referenced this pull request Aug 10, 2022
* Add initial code

* Downgrade testify to match go-algorand's version (#3)

* Use `avm_abi` package name

* Revert "Use `avm_abi` package name"

This reverts commit 10a0279.

* Rename directory to abi

* Add `golangci-lint` (#4)

* Add golangci-lint

* Checkout code first

* Lint tests

* Code changes (#2)

* Make all txn types into variables

* Remove ParseArgJSONtoByteSlice

* Use '%w' for errors

* Remove no longer relevent comment

* Test VerifyMethodSignature

* Add documentation

* Make readme match docs

* Update docs package

* Update abi/doc.go

Co-authored-by: Michael Diamant <[email protected]>

Co-authored-by: Michael Diamant <[email protected]>

Co-authored-by: Michael Diamant <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants