- Alphabetical ordering
- More specific ignores
Change-Id: I1663a044be845ee1edc65e65192074548212ccae
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
indent_size = 4
use_spaces = true
-[YAML]
-bears = YAMLLintBear
-files = **/*.yaml
-ignore = .*/**
-document_start = True
-yamllint_config = yamllint.conf
-
[ShellCheck]
bears = ShellCheckBear,SpaceConsistencyBear
files = **/*.sh
-ignore = .*/**
+ignore = .git/**,
+ .tox/**
shell = bash
indent_size = 4
use_spaces = yeah
+
+[YAML]
+bears = YAMLLintBear
+files = **/*.yaml
+ignore = .git/**,
+ .tox/**
+document_start = True
+yamllint_config = yamllint.conf
+