Ignore non-imperative-mood in Google docstring convention (#2900)

This commit is contained in:
Charlie Marsh 2023-02-14 15:42:20 -05:00 committed by GitHub
parent 08e0b76587
commit 49d22d8fe2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,6 +26,7 @@ impl Convention {
Rule::MultiLineSummarySecondLine,
Rule::SectionUnderlineNotOverIndented,
Rule::EndsInPeriod,
Rule::NonImperativeMood,
Rule::DocstringStartsWithThis,
Rule::NewLineAfterSectionName,
Rule::DashedUnderlineAfterSection,