Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
gmeka
/
sonar-python
Public
forked from
SonarSource/sonar-python
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
sonar-python
python-checks
src
main
java
org
sonar
python
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Jan 17, 2018
SONARPY-244 Fix Cognitive Complexity on Python decorators
alban-auzeill
committed
e295f55
View commit details
Copy full SHA for e295f55
View code at this point
Browse repository at this point
Commits on Jan 16, 2018
SONARPY-250 MethodNameCheck should not raise issues on overridden methods
pynicolas
authored and
alban-auzeill
committed
d09a973
View commit details
Copy full SHA for d09a973
View code at this point
Browse repository at this point
SONARPY-247 Fix new FPs for CommentedCodeCheck
pynicolas
authored and
alban-auzeill
committed
6848753
View commit details
Copy full SHA for 6848753
View code at this point
Browse repository at this point
SONARPY-247 Support variable annotations (#128)
Show description for 77ec919
alban-auzeill
authored and
pynicolas
committed
77ec919
View commit details
Copy full SHA for 77ec919
View code at this point
Browse repository at this point
Commits on Jan 9, 2018
SONARPY-243 FP in UnusedLocalVariableCheck with literal string interpolation (#126)
alban-auzeill
authored
4216962
View commit details
Copy full SHA for 4216962
View code at this point
Browse repository at this point
Commits on Jan 8, 2018
Update of parent POM to 43 and license:format (#125)
alban-auzeill
authored and
pynicolas
committed
7587c80
View commit details
Copy full SHA for 7587c80
View code at this point
Browse repository at this point
Commits on Jan 3, 2018
SONARPY-229 UselessParenthesisAfterKeywordCheck should not raise issues on tuples (#122)
pynicolas
authored and
alban-auzeill
committed
ce9c8bb
View commit details
Copy full SHA for ce9c8bb
View code at this point
Browse repository at this point
Commits on Jan 2, 2018
SONARPY-228 Fix FP in UnusedLocalVariableCheck when "locals()" is used (#117)
pynicolas
authored and
alban-auzeill
committed
691b8a5
View commit details
Copy full SHA for 691b8a5
View code at this point
Browse repository at this point
Commits on Dec 22, 2017
SONARPY-232 Remove dependency on guava (except for tests) (#120)
Show description for 1897b27
pynicolas
authored
1897b27
View commit details
Copy full SHA for 1897b27
View code at this point
Browse repository at this point
Commits on Dec 21, 2017
SONARPY-237 Use sonar-analyzer-commons instead of squidbridge to define RulesDefinition (#111)
alban-auzeill
authored
61e1240
View commit details
Copy full SHA for 61e1240
View code at this point
Browse repository at this point
Commits on May 8, 2017
SONARPY-205 SelfAssignmentCheck: fix FP on builtin function
pynicolas
authored and
ivandalbosco
committed
2f49914
View commit details
Copy full SHA for 2f49914
View code at this point
Browse repository at this point
SONARPY-205 SelfAssignmentCheck: fix FP on imported name
pynicolas
authored and
ivandalbosco
committed
a985381
View commit details
Copy full SHA for a985381
View code at this point
Browse repository at this point
Factorize code in AbstractNameCheck (#98)
pynicolas
authored
865a0df
View commit details
Copy full SHA for 865a0df
View code at this point
Browse repository at this point
SONARPY-208 Rule: Unused local variables should be removed
pynicolas
committed
3daca82
View commit details
Copy full SHA for 3daca82
View code at this point
Browse repository at this point
SONARPY-192 Merge with master: adapt new rule SelfAssignmentCheck (S1656) to rule API
Yves Dubois-Pelerin
authored and
pynicolas
committed
f4cebed
View commit details
Copy full SHA for f4cebed
View code at this point
Browse repository at this point
SONARPY-192 Remove @ActivatedByDefault annotations
pynicolas
committed
81c5294
View commit details
Copy full SHA for 81c5294
View code at this point
Browse repository at this point
SONARPY-192 Clean up @Rule and SQALE annotations
pynicolas
committed
0b8c772
View commit details
Copy full SHA for 0b8c772
View code at this point
Browse repository at this point
SONARPY-205 Rule: Variables should not be self-assigned (#91)
Show description for 19350cc
pynicolas
authored and
ivandalbosco
committed
19350cc
View commit details
Copy full SHA for 19350cc
View code at this point
Browse repository at this point
Commits on May 5, 2017
SONARPY-200 Update S1110 implementation to only raise issue on double… (#90)
Show description for 272430c
ivandalbosco
authored and
pynicolas
committed
272430c
View commit details
Copy full SHA for 272430c
View code at this point
Browse repository at this point
SONARPY-196 FP on "IP addresses should not be hardcoded" (#94)
Show description for c62af07
ivandalbosco
authored and
pynicolas
committed
c62af07
View commit details
Copy full SHA for c62af07
View code at this point
Browse repository at this point
SONARPY-201 Move PythonCheck to python-checks and add tests for IssueLocation
pynicolas
committed
fc6eb01
View commit details
Copy full SHA for fc6eb01
View code at this point
Browse repository at this point
SONARPY-201 Remove PythonFile.file()
pynicolas
committed
46bbdae
View commit details
Copy full SHA for 46bbdae
View code at this point
Browse repository at this point
SONARPY-201 Stop reading files directly in checks
pynicolas
committed
7bcab61
View commit details
Copy full SHA for 7bcab61
View code at this point
Browse repository at this point
SONARPY-201 Drop Squid index
pynicolas
committed
aa28c42
View commit details
Copy full SHA for aa28c42
View code at this point
Browse repository at this point
SONARPY-201 Stop using squidbridge CheckMessage
pynicolas
committed
dc75a5c
View commit details
Copy full SHA for dc75a5c
View code at this point
Browse repository at this point
Commits on May 4, 2017
SONARPY-199 FP on MethodShouldBeStaticCheck (#93)
ivandalbosco
authored and
pynicolas
committed
69371ef
View commit details
Copy full SHA for 69371ef
View code at this point
Browse repository at this point
Commits on Apr 25, 2017
SONARPY-195 Improve message for CognitiveComplexityFunctionCheck (#83)
Show description for a80543b
vilchikelena
authored and
ivandalbosco
committed
a80543b
View commit details
Copy full SHA for a80543b
View code at this point
Browse repository at this point
Commits on Jan 11, 2017
SONARPY-186 Rule: Cognitive Complexity of functions should not be too high (#74)
Show description for 5c015d7
vilchikelena
authored and
ivandalbosco
committed
5c015d7
View commit details
Copy full SHA for 5c015d7
View code at this point
Browse repository at this point
SONARPY-191 Update of parent POMs for 2017 (#79)
ivandalbosco
authored and
vilchikelena
committed
a68e22b
View commit details
Copy full SHA for a68e22b
View code at this point
Browse repository at this point
Commits on Jan 10, 2017
SONARPY-188 Reduce the threshold of function cyclomatic complexity check (#75)
ivandalbosco
authored and
vilchikelena
committed
76c612d
View commit details
Copy full SHA for 76c612d
View code at this point
Browse repository at this point
TrailingWhitespaceCheck: improve (#77)
Show description for 3708cfe
ivandalbosco
authored
3708cfe
View commit details
Copy full SHA for 3708cfe
View code at this point
Browse repository at this point
SONARPY-183 Include docstrings in the comment lines (#71)
Show description for c7b5010
ivandalbosco
authored and
pynicolas
committed
c7b5010
View commit details
Copy full SHA for c7b5010
View code at this point
Browse repository at this point
SONARPY-128 Pass cost value for rules with linear SQALE (#65)
Show description for cda6365
mpaladin
authored and
pynicolas
committed
cda6365
View commit details
Copy full SHA for cda6365
View code at this point
Browse repository at this point
SONARPY-187 NullPointerException in MethodShouldBeStaticCheck on raise without argument (#72)
ivandalbosco
authored
13b1a39
View commit details
Copy full SHA for 13b1a39
View code at this point
Browse repository at this point
Commits on Jan 9, 2017
SONARPY-181 Deprecate rule: ClassComplexity (#70)
pynicolas
authored and
ivandalbosco
committed
a453fbb
View commit details
Copy full SHA for a453fbb
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.