style: Add options to select checkers and apply fixes
authorAndreas Sandberg <andreas.sandberg@arm.com>
Fri, 25 Nov 2016 10:33:15 +0000 (10:33 +0000)
committerAndreas Sandberg <andreas.sandberg@arm.com>
Fri, 25 Nov 2016 10:33:15 +0000 (10:33 +0000)
commitfaaf2d396fb8c1e1b35efc6ef37f7632009fac1e
treef3dbea4d3244fdc784d7ce99c4c28a68cc5fc69f
parentac29b6c6fc93330f5de2f2fbea4f45265e70a16b
style: Add options to select checkers and apply fixes

Add an option, --checker/-c, to style.py that selects individual style
checkers to apply. When this option isn't specified, the script
defaults to all available style checkers. The option may be specified
multiple times to run multiple style checkers.

The option, --fix/-f, can be specified to automatically fix style
violations.

Change-Id: Id7597fba6b65cecfa17a88b1c87c8a4c8315af59
Signed-off-by: Andreas Sandberg <andreas.sandberg@arm.com>
Reviewed-by: Andreas Hansson <andreas.hansson@arm.com>
util/style.py