1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
# SPDX-FileCopyrightText: Peter Pentchev <roam@ringlet.net>
# SPDX-License-Identifier: BSD-2-Clause
severity = 1
verbose = 11
theme = core
# We still need those for type checking
[-Subroutines::ProhibitSubroutinePrototypes]
# We do have a `close()` in `run_command()`, just a bit further down
[InputOutput::RequireBriefOpen]
lines = 14
# Our use of these is idiomatic enough
[-ControlStructures::ProhibitPostfixControls]
[Documentation::PodSpelling]
spell_command = aspell --lang=en_US list
|