Added a check to default clang-tidy check list. Review: https://reviews.apache.org/r/58060
Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/c550d130 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/c550d130 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/c550d130 Branch: refs/heads/master Commit: c550d130f7f74f380e40edadeeb683b4dbb702b6 Parents: 5eec2a0 Author: Neil Conway <[email protected]> Authored: Wed Mar 29 18:16:30 2017 -0700 Committer: Neil Conway <[email protected]> Committed: Thu Mar 30 09:51:39 2017 -0700 ---------------------------------------------------------------------- support/mesos-tidy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/c550d130/support/mesos-tidy.sh ---------------------------------------------------------------------- diff --git a/support/mesos-tidy.sh b/support/mesos-tidy.sh index a56ae78..875108a 100755 --- a/support/mesos-tidy.sh +++ b/support/mesos-tidy.sh @@ -24,7 +24,7 @@ MESOS_DIR=$(git rev-parse --show-toplevel) # Configure how checks are run. These variables can be overridden by setting the # respective environment variables before invoking this script. # TODO(bbannier): Enable more upstream checks by default, e.g., from the Google set. -CHECKS=${CHECKS:-'-*,mesos-*'} +CHECKS=${CHECKS:-'-*,mesos-*,readability-redundant-string-cstr'} # Check for unstaged or uncommitted changes. if ! $(git diff-index --quiet HEAD --); then
