Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mmacata authored Dec 20, 2024
1 parent 31fa793 commit e739452
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion linting-config-examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ ruff check --config ruff-merged.toml --output-format=full . --preview --unsafe-f
Merge repository-specific `ruff.toml` and the one from this repo:
```
pip install toml-union
toml-union ruff.toml ~/repos/github-workflows/linting-config-examples/ruff.toml -o ruff-merged.toml
wget --continue https://raw.githubusercontent.com/mundialis/github-workflows/refs/heads/main/linting-config-examples/ruff.toml -O /tmp/ruff.toml -q
toml-union ruff.toml /tmp/ruff.toml -o ruff-merged.toml
```
For initial setup in your repository, the list of rules to be ignored can be generated:
```
Expand Down

0 comments on commit e739452

Please sign in to comment.