Skip to content

Commit

Permalink
30733425 arclint 'hg nits' configuration for ips-gate
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenmoffat committed Jan 9, 2020
1 parent 13b396d commit ca2c2a6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .arclint
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"linters": {
"hgnits": {
"include": "(\\.*$)",
"script-and-regex.regex": "/^(?P<filename>.*): (?P<line>.*): (?P<message>.*)$/m",
"script-and-regex.script": "sh -c 'hg nits \"$0\" 2>&1 || true'",
"type": "script-and-regex"
}
}
}
3 changes: 2 additions & 1 deletion exception_lists/copyright
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,12 @@
#

#
# Copyright (c) 2009, 2019, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2009, 2020, Oracle and/or its affiliates. All rights reserved.
#

syntax: glob

.arclint
src/man/*.txt
src/pkg/external_deps.txt
src/tests/baseline.txt
Expand Down

0 comments on commit ca2c2a6

Please sign in to comment.