grundprinzip / gerrit-check

Line annotations for syntax checkers for Gerrit
Apache License 2.0
15 stars 9 forks source link

Make check options configurable #6

Open sschuberth opened 8 years ago

sschuberth commented 8 years ago

There should be an easy way, e.g. via an external file, to configure the options / command line arguments passed to the individual checkers.

SiElHocine commented 6 years ago

@sschuberth Do you have any suggestion for the implementation ? I can made the changes, I need this option too.

sschuberth commented 6 years ago

Not really... maybe some YAML file, which is by default looked for at ~/.config/gerrit-check.yaml, and which simply contains key / value pairs for tool name / options?