Scroll to navigation

CHECK-ALL-THE-THINGS(1) User Commands CHECK-ALL-THE-THINGS(1)

NAME

check-all-the-things - Check all of the things!

DESCRIPTION

usage: check-all-the-things [-h] [--jobs [N]] [--checks selectors]

[--flags selectors] [--all]
[--interrupt {quit,exit,skip}] [--interrupt-period N] [--silent-checks {show,hide}] [--remarks-lines N] [--commands {run,show}] [--checks-output-lines N] [--distro {debian}] [--release {jessie}] [--mime] [--no-mime]

This program is aimed at checking things related to packaging and software development. It automates static analysis of code, QA, syntax and style checks and more, for a large set of file types.

optional arguments:

show this help message and exit
passed to tools that can parallelize their checks (default: 1)
alter the set of checks to be run based on check names (example: = cppcheck + lintian duck - duck)
alter the set of checks to be run based on flag names (example: = audio c - mp3 + sh) (example: = dangerous + network - todo)
perform checks with possible side effects, including executing code or modifying files from the current directory. (equivalent: --flags +dangerous --flags +modify)
when interrupted, quit or skip the current check (default: skip)
how many seconds to wait after an interrupt for another one before continuing (default: 0.5)
what to do with checks that did not print any output (default: hide)
output lines to use for checks per remark. (<= -1: all, 0: only reasons, >= 1: N lines of checks) (default: 1)
what to do with the commands for the chosen set of hooks (default: run)
output lines to allow for checks. checks using more lines are terminated, their output is truncated to fit, a footer is appended as an indicator and their names are printed at the end. (<= 0: all, > 0: N lines of output) (default: 10)
enable check overlay for distribution (default: None)
enable check overlay for distribution release (default: None)
Enable matching files based on MIME type. MIME checking is slow and makes more complicated commands. (default: False)
Disable matching files based on MIME type. MIME checking is slow and makes more complicated commands. (default: False)

WARNING: since it checks so many things the output can be very verbose so don't use it if you don't have time to go through the output to find problems.

April 2017 check-all-the-things 2017.01.15.1