You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would make an expectation that any rules listed under general.ignore will be ignored in every circumstance. However I have identified that if a commit's author matches ignore-by-author-name.regex then only the rules in ignore-by-author-name.ignore are ignored.
Make a commit with author name renovate[bot] and commit message This is a test0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
Identify that rule T1 (title too long) is successfully ignored, yet rule B6 (missing body )is not ignored, despite it being present in general.ignore
Current workaround
Duplicate any ignored rule identifiers/names that are listed within general.ignore to ignore-by-author-name.ignore so that the rules are ignored under all circumstances.
Requested solution
Merge all necessary ignore fields (including ignore-by-body.ignorr & ignore-by-title.ignore) with general.ignore to remove the need to duplicate requested ignored rules.
The text was updated successfully, but these errors were encountered:
I would make an expectation that any rules listed under
general.ignore
will be ignored in every circumstance. However I have identified that if a commit's author matchesignore-by-author-name.regex
then only the rules inignore-by-author-name.ignore
are ignored.Steps to reproduce
renovate[bot]
and commit messageThis is a test0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
T1
(title too long) is successfully ignored, yet ruleB6
(missing body )is not ignored, despite it being present ingeneral.ignore
Current workaround
Duplicate any ignored rule identifiers/names that are listed within
general.ignore
toignore-by-author-name.ignore
so that the rules are ignored under all circumstances.Requested solution
Merge all necessary ignore fields (including
ignore-by-body.ignorr
&ignore-by-title.ignore
) withgeneral.ignore
to remove the need to duplicate requested ignored rules.The text was updated successfully, but these errors were encountered: