1DIFF-QUALITY(1) User Commands DIFF-QUALITY(1)
2
3
4
6 diff-quality - manual page for diff-quality 1.0.7
7
9 usage: diff-quality [-h] --violations TOOL [--html-report FILENAME]
10
11 [--external-css-file FILENAME] [--compare-branch BRANCH]
12 [--options [OPTIONS]] [--fail-under SCORE] [--ignore-staged]
13 [--ignore-unstaged] [--exclude EXCLUDE [EXCLUDE ...]]
14 [input_reports [input_reports ...]]
15
16 Automatically find diff lines with quality violations.
17
18 positional arguments:
19 input_reports
20 Which violations reports to use
21
22 optional arguments:
23 -h, --help
24 show this help message and exit
25
26 --violations TOOL
27 Which code quality tool to use (checkstyle/checkstylex
28 ml/eslint/findbugs/flake8/jshint/pycodestyle/pydocstyl
29 e/pyflakes/pylint)
30
31 --html-report FILENAME
32 Diff coverage HTML output
33
34 --external-css-file FILENAME
35 Write CSS into an external file
36
37 --compare-branch BRANCH
38 Branch to compare
39
40 --options [OPTIONS]
41 Options to be passed to the violations tool
42
43 --fail-under SCORE
44 Returns an error code if coverage or quality score is below this
45 value
46
47 --ignore-staged
48 Ignores staged changes
49
50 --ignore-unstaged
51 Ignores unstaged changes
52
53 --exclude EXCLUDE [EXCLUDE ...]
54 Exclude files, more patterns supported
55
56
57
58diff-quality 1.0.7 April 2019 DIFF-QUALITY(1)