Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mbund committed Oct 25, 2024
1 parent 03486c7 commit c735033
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@ This will start a local server at http://localhost:3000

You will also want to install `gopls` for the language server in your IDE.

## Linting

This project is configured to use [golangci-lint](https://github.com/golangci/golangci-lint) for linting. To run it locally, use:

```
docker run --rm -v $(pwd):/app -w /app golangci/golangci-lint:v1.61.0 golangci-lint run -v
```

## Development with SAML

The certificate for our current credentials will expire `May 4 20:08:05 2031 GMT`, at which point it will need to be renewed.
Expand Down

0 comments on commit c735033

Please sign in to comment.