Ignore blank line rules for docs formatting (#12934)

## Summary

fixes: #12933 

## Test Plan

`python scripts/check_docs_formatted.py --generate-docs`
This commit is contained in:
Dhruv Manilawala 2024-08-16 20:57:36 +05:30 committed by GitHub
parent ef1f6d98a0
commit c319414e54
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 0 deletions

View file

@ -34,6 +34,7 @@ use crate::registry::Rule;
///
/// ```python
/// class PhotoMetadata:
///
/// """Metadata about a photo."""
/// ```
///
@ -125,6 +126,7 @@ impl AlwaysFixableViolation for OneBlankLineAfterClass {
///
/// ```python
/// class PhotoMetadata:
///
/// """Metadata about a photo."""
/// ```
///