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

Segmentation error in comments #16

Open
codertimeless opened this issue Dec 10, 2019 · 1 comment
Open

Segmentation error in comments #16

codertimeless opened this issue Dec 10, 2019 · 1 comment

Comments

@codertimeless
Copy link
Contributor

First of all, I like the plug-ins you developed.
But I found:

SC100 Possibly misspelt word: ''attempts''
SC100 Possibly misspelt word: 'login''
SC100 Possibly misspelt word: '

The reason for these results is that I temporarily commented out some normal Python statements.
Just like:

logger.debug('Incrementing login attempts', extra={'data': {'email': email, 'ip_address': ip_address}})

Could you fix this bug?
Thank you!

@MichaelAquilina
Copy link
Owner

I could probably update the code to some basic stemming to work round these issues. Will update it when I have the time :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants