Skip to content

Commit

Permalink
Add documentation examples for line-too-long. (#6690)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbyrnepr2 authored May 25, 2022
1 parent 4538b7b commit e2bb11a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions doc/data/messages/l/line-too-long/bad.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
FRUIT = ["apricot", "blackcurrant", "cantaloupe", "dragon fruit", "elderberry", "fig", "grapefruit"] # [line-too-long]
9 changes: 9 additions & 0 deletions doc/data/messages/l/line-too-long/good.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
FRUIT = [
"apricot",
"blackcurrant",
"cantaloupe",
"dragon fruit",
"elderberry",
"fig",
"grapefruit",
]

0 comments on commit e2bb11a

Please sign in to comment.