* Use new inheritance semantics
* Add ignores so checks run faster
* Use cleaner multi-dir regexes
Change-Id: I18e0fa2b3033c658a297cd71e368f0e272b081b0
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
-[GitCommit]
+[all]
+ignore = .tox/**,
+ .git/**,
+ .gitignore,
+ .gitreview,
+ .gitmodules,
+ node_modules/**,
+ **.sw?,
+ **.orig
+
+[all.GitCommit]
bears = GitCommitBear
ignore_length_regex = Signed-off-by,
Also-by,
http://,
https://
-[Groovy]
+[all.Groovy]
bears = SpaceConsistencyBear
-files = **/*.groovy
-ignore = .git/**,
- .tox/**
+files = **.groovy
indent_size = 4
use_spaces = true
-[MarkDown]
+[all.MarkDown]
bears = MarkdownBear,SpaceConsistencyBear,WriteGoodLintBear
-files = **/*.md, **/*.markdown
-ignore = .git/**,
- .tox/**
+files = **.md, **.markdown
use_spaces = true
-[ShellCheck]
+[all.ShellCheck]
bears = ShellCheckBear,SpaceConsistencyBear
-files = **/*.sh
-ignore = .git/**,
- .tox/**
+files = **.sh
shell = bash
indent_size = 4
use_spaces = yeah
-[YAML]
+[all.YAML]
bears = YAMLLintBear
-files = **/*.yaml
-ignore = .git/**,
- .tox/**
+files = **.yaml
document_start = True
yamllint_config = yamllint.conf