blob: 337431fe5ba7ac8642fe1cd5a659cd4942e8479f [file] [log] [blame]
a = (
(
[
"Lines 1-8 used to trigger a similarity warning, but now they don't because...",
"...lines with only symbols are ignored and don't count in the line count limit."
]
),
)
"This line in similar3 breaks up the sections of code by being different than similar4"
b = (
(
[
"Lines 12-25 still trigger a similarity...",
"...warning, because..."
],
[
"...even after ignoring lines with only symbols..."
],
),
(
"...there are still 5 similar lines in this code block.",
)
)