aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/check-lint-count.bash
diff options
context:
space:
mode:
authorJohn Heroy <johnheroy@gmail.com>2015-10-22 10:28:27 -0700
committerJohn Heroy <johnheroy@gmail.com>2015-10-22 10:28:27 -0700
commit50ea516a0730309d577977eb5664a9d9b5c3b947 (patch)
treeb8a94e308928827884595943292945fb3413cfa6 /scripts/check-lint-count.bash
parent80e1b1c34a60ea30ed56322efaeddb00c2c56a0e (diff)
parent5a333f12c354205282898f3a8db0c517d1356f33 (diff)
downloadconnectbot-50ea516a0730309d577977eb5664a9d9b5c3b947.tar.gz
connectbot-50ea516a0730309d577977eb5664a9d9b5c3b947.tar.bz2
connectbot-50ea516a0730309d577977eb5664a9d9b5c3b947.zip
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'scripts/check-lint-count.bash')
-rwxr-xr-xscripts/check-lint-count.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/check-lint-count.bash b/scripts/check-lint-count.bash
index c02f70e..5247a9b 100755
--- a/scripts/check-lint-count.bash
+++ b/scripts/check-lint-count.bash
@@ -32,7 +32,7 @@ lint_results="$tmp_dir/lint.txt"
hist_results="$tmp_dir/hist.txt"
run_query() {
- local xqilla_script='string-join(//issue/location/(concat("file=", @file, " line=", @line, " column=", @column, " reason=", ../@summary)), "&#10;")'
+ local xqilla_script='string-join(//issue/location/(concat("file=", @file, " line=", @line, " column=", @column, " message=", ../@message)), "&#10;")'
xqilla -i "$1" <(echo "$xqilla_script") | sed "s,$PWD/,,g" > "$2"
}