arch-toolkit 0.2.0

Complete Rust toolkit for Arch Linux package management
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# Clippy configuration for Pacsea
# See https://doc.rust-lang.org/nightly/clippy/lint_configuration.html

# Cognitive complexity threshold
# Functions exceeding this threshold will trigger a warning
# Default: 25
cognitive-complexity-threshold = 25

# Too many lines threshold
# Functions exceeding this threshold will trigger a warning
# Default: 100
too-many-lines-threshold = 150