We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
Could you fix this bug? Thank you!
The text was updated successfully, but these errors were encountered:
I could probably update the code to some basic stemming to work round these issues. Will update it when I have the time :)
Sorry, something went wrong.
No branches or pull requests
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!
The text was updated successfully, but these errors were encountered: