lint-ignore-generator

command module
v0.0.0-...-42ce299 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 16, 2013 License: MIT Imports: 8 Imported by: 0

README

lint-ignore-generator

lint-ignore-generator converts an Android lint tool report xml file to a lint configuration file. It creates an ignore entry for each error and file path that occurs in the report.

Build Status

Installation

Make sure you have Go installed.

Install or update using the go get command:

go get -u github.com/jstemmer/lint-ignore-generator

Usage

lint-ignore-generator [options]

Options:
	-f Filter by path
	-i Input: Lint XML report
	-o Output: Lint configuration file
Example

Add all actionbarsherlock occurrences from lint-report.xml to lint.xml.

lint-ignore-generator -i lint-report.xml -o lint.xml -f actionbarsherlock

License

See the LICENSE file.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL