Skip to content

Commit

Permalink
selectively enable linters
Browse files Browse the repository at this point in the history
  • Loading branch information
jharshman committed May 16, 2023
1 parent dc72e71 commit 0958a7f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .golangci-lint.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
linters:
disable-all: true
enable:
- gosimple
- govet
- ineffassign
- unused
- goimports

4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ associated with your Cloud Development VM.
## Installation

TODO how to install
Install by running the following in your terminal:
```bash
$ curl https://github.com/jharshman/fwsync/... | sh
```

## Usage

Expand Down

0 comments on commit 0958a7f

Please sign in to comment.