Lines Matching +full:a +full:- +full:za +full:- +full:z0 +full:- +full:9 +full:_
2 # SPDX-License-Identifier: Apache-2.0
28 reg = re.compile("([a-zA-Z0-9_/]*\\.[ch]:[0-9]*)(:[0-9\\-]*: )(.*)")
42 parser.add_argument('-r', "--repository", required=False,
44 parser.add_argument('-c', '--commits', default=None,
45 help="Commit range in the form: a..b")
46 parser.add_argument("-o", "--output", required=False,
47 help="Print violation into a file")
67 # pylint: disable=too-many-function-args,unexpected-keyword-arg
94 "--mode=report",
95 "--cocci=" +
111 with open(args.output, "a+") as fp: