File: .perlcriticrc

package info (click to toggle)
install-mimic 0.4.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 276 kB
  • sloc: perl: 385; ansic: 200; makefile: 96; sh: 51
file content (19 lines) | stat: -rw-r--r-- 496 bytes parent folder | download | duplicates (2)
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