Change-Id: I300128fa181ccd326f0626789f454fc8e5ed0f98
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
-[default]
-bears = SpaceConsistencyBear,GitCommitBear
-files = shell/*
-allow_trailing_whitespace = False
-enforce_newline_at_EOF = True
-indent_size = 4
-use_spaces = yeah
+[Git]
+bears = GitCommitBear
+ignore_length_regex = Signed-off-by,
+ Also-by,
+ Co-authored-by,
+ http://,
+ https://
[Python]
-bears = BanditBear,PyCommentedCodeBear,PyDocStyleBear,PyFlakesBear,PyImportSortBear
+bears = BanditBear,
+ PyCommentedCodeBear,
+ PyDocStyleBear,
+ PyFlakesBear,
+ PyImportSortBear,
+ SpaceConsistencyBear
files = lftools/**/*.py
pydocstyle_ignore = D203, D213, D301
+indent_size = 4
+use_spaces = yeah
-[ShellCheck]
-bears = ShellCheckBear
+[Shell]
+bears = ShellCheckBear,
+ SpaceConsistencyBear
files = shell/*
shell = bash
+indent_size = 4
+use_spaces = yeah
+