Skip to content

Commit

Permalink
docs: remove redundant config from README
Browse files Browse the repository at this point in the history
  • Loading branch information
twelvelabs committed Mar 24, 2023
1 parent 293f1c3 commit a65b212
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,28 +16,24 @@ processors:
# Stylist comes with presets for many common tools...
############################################################

- name: cspell
preset: cspell
- preset: cspell
includes:
- "**/*"
excludes:
- "problem-file1.txt"
- "problem-file2.txt"

- name: gofmt
preset: gofmt
- preset: gofmt
includes:
- "**/*.go"

- name: golangci-lint
preset: golangci-lint
- preset: golangci-lint
includes:
- "**/*.go"
excludes:
- "gen/*"

- name: markdownlint
preset: markdownlint
- preset: markdownlint
includes:
- "**/*.md"

Expand Down

0 comments on commit a65b212

Please sign in to comment.