mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-06 01:05:54 -05:00
56e675bd33
- Configure Ruff to store its cache in a temporary directory inside the container by default. Users can still override this by providing a configuration file for Ruff. - Add tests to ensure that super-linter deletes temporary files and directories. Close #5543
8 lines
136 B
TOML
8 lines
136 B
TOML
# Store the cache in a temporary location
|
|
cache-dir = "/tmp/.ruff_cache"
|
|
|
|
# Same as .flake8
|
|
line-length = 120
|
|
|
|
[lint]
|
|
ignore = ["E203"]
|