The file src/server/config.rs is currently 440 lines long, violating the coding guideline that files must not exceed 400 lines in length.
The violation is primarily due to the large test module at the end of the file. This should be addressed by extracting the test module or decomposing the file into smaller, more focused modules.
Context:
- File:
src/server/config.rs
- Current length: 440 lines
- Maximum allowed: 400 lines
- Guideline: "Files must not exceed 400 lines in length"
Backlinks:
The file
src/server/config.rsis currently 440 lines long, violating the coding guideline that files must not exceed 400 lines in length.The violation is primarily due to the large test module at the end of the file. This should be addressed by extracting the test module or decomposing the file into smaller, more focused modules.
Context:
src/server/config.rsBacklinks: