open-policy-agent / contrib

Integrations, examples, and proof-of-concepts that are not part of OPA proper.

Home Page:http://www.openpolicyagent.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fail build for pam_authz if go fmt returns non-empty results

arcurtis opened this issue · comments

Currently there are no checks on the formatting of the pam_authz golang code. A make target should be added to run go fmt and check for unformatted code. The build should fail is this result is non-empty.

I think this issue can be closed?

Thanks @kfox1111 closing this... we re-wrote the pam module in C after this was opened and definitely don't need to run go fmt on C code XD