1DIFF-QUALITY(1)                  User Commands                 DIFF-QUALITY(1)
2
3
4

NAME

6       diff-quality - manual page for diff-quality 0.9.12
7

DESCRIPTION

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] [input_reports [input_reports ...]]
14
15       Automatically find diff lines with quality violations.
16
17   positional arguments:
18       input_reports
19              Which violations reports to use
20
21   optional arguments:
22       -h, --help
23              show this help message and exit
24
25       --violations TOOL
26              Which code quality tool to use (eslint/flake8/jshint/pep8/pydoc‐
27              style/pyflakes/pylint)
28
29       --html-report FILENAME
30              Diff coverage HTML output
31
32       --external-css-file FILENAME
33              Write CSS into an external file
34
35       --compare-branch BRANCH
36              Branch to compare
37
38       --options [OPTIONS]
39              Options to be passed to the violations tool
40
41       --fail-under SCORE
42              Returns an error code if coverage or quality score is below this
43              value
44
45       --ignore-staged
46              Ignores staged changes
47
48       --ignore-unstaged
49              Ignores unstaged changes
50
51
52
53diff-quality 0.9.12                July 2018                   DIFF-QUALITY(1)
Impressum