Pattern: Too many leading #
for block comment
Issue: -
There should be only one leading #
for a block comment.
## Prints hello
print('hello')
Only use one #
.
# Prints hello
print('hello')
Pattern: Too many leading #
for block comment
Issue: -
There should be only one leading #
for a block comment.
## Prints hello
print('hello')
Only use one #
.
# Prints hello
print('hello')