Skip to content

Commit

Permalink
docs: allow only comma divided tags (#675)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrexox committed Mar 14, 2024
1 parent 71e2919 commit e9573bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -1004,7 +1004,7 @@ pre-commit:

### `tags`

You can specify tags for commands and scripts. This is useful for [excluding](#exclude_tags). You can specify more than one tag using comma or space.
You can specify tags for commands and scripts. This is useful for [excluding](#exclude_tags). You can specify more than one tag using comma.

**Example**

Expand All @@ -1017,7 +1017,7 @@ pre-commit:
tags: frontend,js
run: yarn lint
test:
tags: backend ruby
tags: backend,ruby
run: bundle exec rspec
```

Expand Down

0 comments on commit e9573bb

Please sign in to comment.