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

Code Linting #180

Open
peppelinux opened this issue Jan 24, 2025 · 1 comment
Open

Code Linting #180

peppelinux opened this issue Jan 24, 2025 · 1 comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@peppelinux
Copy link
Member

example/backends/ciesaml2.py:128:13: E303 too many blank lines (2)
example/backends/ciesaml2.py:128:13: E265 block comment should start with '# '
example/backends/ciesaml2.py:132:13: E265 block comment should start with '# '
example/backends/ciesaml2.py:160:1: W293 blank line contains whitespace
example/backends/ciesaml2.py:171:1: W293 blank line contains whitespace
example/backends/ciesaml2.py:498:21: E251 unexpected spaces around keyword / parameter equals
example/backends/ciesaml2.py:498:23: E251 unexpected spaces around keyword / parameter equals
example/backends/spidsaml2.py:221:1: W293 blank line contains whitespace
example/backends/spidsaml2.py:239:121: E501 line too long (136 > 120 characters)
example/backends/spidsaml2.py:255:121: E501 line too long (133 > 120 characters)
example/backends/spidsaml2.py:378:121: E501 line too long (135 > 120 characters)
example/backends/spidsaml2.py:568:16: E203 whitespace before ':'
example/backends/spidsaml2.py:568:17: E231 missing whitespace after ':'
example/backends/spidsaml2.py:572:9: F841 local variable 'e' is assigned to but never used
example/backends/spidsaml2.py:578:78: W291 trailing whitespace
example/backends/spidsaml2.py:579:121: E501 line too long (163 > 120 characters)
example/backends/spidsaml2_validator.py:37:17: E251 unexpected spaces around keyword / parameter equals
example/backends/spidsaml2_validator.py:37:19: E251 unexpected spaces around keyword / parameter equals
example/backends/spidsaml2_validator.py:82:121: E501 line too long (197 > 120 characters)
1     E203 whitespace before ':'
1     E231 missing whitespace after ':'
4     E251 unexpected spaces around keyword / parameter equals
2     E265 block comment should start with '# '
1     E303 too many blank lines (2)
5     E501 line too long (136 > 120 characters)
1     F841 local variable 'e' is assigned to but never used
1     W291 trailing whitespace
3     W293 blank line contains whitespace
@peppelinux peppelinux added good first issue Good for newcomers help wanted Extra attention is needed labels Jan 24, 2025
@MdreW
Copy link
Collaborator

MdreW commented Jan 29, 2025

Hi @peppelinux , have you use some tool for this report?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants