nu-analytics 0.1.0

A CLI tool for computing Curricular Analytics metrics. Based off metrics from CurricularAnalytics.org. Currently, only basic metrics and additional reporting features.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Clippy linting configuration
# Enforces code quality and best practices

# Cognitive complexity threshold
cognitive-complexity-threshold = 30

# Type complexity threshold
type-complexity-threshold = 250

# Allow panic! in tests
allow-panic-in-tests = true

# Allow dbg! in tests
allow-dbg-in-tests = true

# Enforce doc comments for public items
missing-docs-in-crate-items = true