Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial implementation for fluent interface check #287

Merged
merged 11 commits into from
Dec 22, 2023
Prev Previous commit
Next Next commit
test results
sbrugman committed Dec 9, 2023
commit 19012e85c1af05a781db261254f36806c47c658b
7 changes: 7 additions & 0 deletions test/data/err_184.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
test/data/err_184.py:59:5 [FURB184]: Assignment statement should be chained
test/data/err_184.py:60:5 [FURB184]: Assignment statement should be chained
test/data/err_184.py:67:5 [FURB184]: Assignment statement should be chained
test/data/err_184.py:70:5 [FURB184]: Assignment statement should be chained
test/data/err_184.py:81:5 [FURB184]: Return statement should be chained
test/data/err_184.py:86:5 [FURB184]: Assignment statement should be chained
test/data/err_184.py:87:5 [FURB184]: Assignment statement should be chained