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 }}
IvanAdji
/
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
its
on
experimental-java9
User selector
All users
Datepicker
All time
Commit history
Commits on May 11, 2017
Prepare for next development iteration
pynicolas
committed
a9ce604
View commit details
Copy full SHA for a9ce604
View code at this point
Browse repository at this point
Commits on May 8, 2017
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 Update SonarLint Integration test
pynicolas
committed
05ad808
View commit details
Copy full SHA for 05ad808
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
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 27, 2017
SonarLintTest should be run in the test suite (#89)
pynicolas
authored and
ivandalbosco
committed
5044803
View commit details
Copy full SHA for 5044803
View code at this point
Browse repository at this point
Commits on Mar 27, 2017
Remove usage of internal api/rules/app WS (#85)
Show description for 04640a9
julienlancelot
authored and
vilchikelena
committed
04640a9
View commit details
Copy full SHA for 04640a9
View code at this point
Browse repository at this point
Commits on Jan 16, 2017
SONAR-8574 Replace usage of api/resources/index by api/measures/component in ITs (#81)
julienlancelot
authored and
pynicolas
committed
959639b
View commit details
Copy full SHA for 959639b
View code at this point
Browse repository at this point
Prepare for next development iteration (#82)
pynicolas
authored
2ba062d
View commit details
Copy full SHA for 2ba062d
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
SONARPY-180 Correct Cyclomatic Complexity (#73)
Show description for 1057f14
pynicolas
authored and
ivandalbosco
committed
1057f14
View commit details
Copy full SHA for 1057f14
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
Commits on Jan 5, 2017
SONARPY-182 XPath rules fail with ClassNotFoundException (#68)
ivandalbosco
authored and
pynicolas
committed
d671740
View commit details
Copy full SHA for d671740
View code at this point
Browse repository at this point
Commits on Dec 30, 2016
SONARPY-166 False positive MethodShouldBeStaticCheck: overriding methods (#60)
mpaladin
authored and
ivandalbosco
committed
94983aa
View commit details
Copy full SHA for 94983aa
View code at this point
Browse repository at this point
SONARPY-141 Rule: Identical expressions should not be used on both sides of a binary operator (#62)
Show description for 7471867
mpaladin
authored and
ivandalbosco
committed
7471867
View commit details
Copy full SHA for 7471867
View code at this point
Browse repository at this point
SONARPY-184 Fix false positive in S116 (FieldNameCheck) (#59)
Show description for 63e209f
mpaladin
authored and
ivandalbosco
committed
63e209f
View commit details
Copy full SHA for 63e209f
View code at this point
Browse repository at this point
Commits on Dec 29, 2016
Update sonar-lits to 0.6 and replace deprecated SonarRunner by SonarScanner
mpaladin
authored
34f67e1
View commit details
Copy full SHA for 34f67e1
View code at this point
Browse repository at this point
Commits on Dec 28, 2016
ITS: update to latest sources
mpaladin
authored
48673b9
View commit details
Copy full SHA for 48673b9
View code at this point
Browse repository at this point
Commits on Dec 27, 2016
Prefer assertj to fest assert
mpaladin
authored
5107813
View commit details
Copy full SHA for 5107813
View code at this point
Browse repository at this point
Commits on Oct 24, 2016
Fix it-plugin for coverage (see MMF-345) (#50)
vilchikelena
authored and
pynicolas
committed
24557f8
View commit details
Copy full SHA for 24557f8
View code at this point
Browse repository at this point
Commits on Sep 28, 2016
SONARPY-155 Add test verifying integration with SonarLint (#49)
vilchikelena
authored
9810c1c
View commit details
Copy full SHA for 9810c1c
View code at this point
Browse repository at this point
Commits on Jul 15, 2016
prepare for next development iteration
drautureau-sonarsource
committed
f4c7951
View commit details
Copy full SHA for f4c7951
View code at this point
Browse repository at this point
Commits on Jul 8, 2016
SONARPY-134 Change the default mode for unit test result import
vilchik-elena
authored and
pynicolas
committed
ff84c6a
View commit details
Copy full SHA for ff84c6a
View code at this point
Browse repository at this point
Commits on Jul 6, 2016
SONARPY-154 False Positive on rules considering nested class properties (#37)
ivandalbosco
authored and
vilchikelena
committed
b1177cf
View commit details
Copy full SHA for b1177cf
View code at this point
Browse repository at this point
Commits on Jul 5, 2016
SONARPY-156 Improve MethodShouldBeStaticCheck: ignore built-in methods (#35)
ivandalbosco
authored and
vilchikelena
committed
8719e8c
View commit details
Copy full SHA for 8719e8c
View code at this point
Browse repository at this point
SONARPY-146 Raise issues with precise location (#31)
Show description for 74fe01f
vilchikelena
authored
74fe01f
View commit details
Copy full SHA for 74fe01f
View code at this point
Browse repository at this point
Commits on Jul 4, 2016
SONARPY-129 Support NOSONAR to ignore specific issues on the same line (#34)
vilchikelena
authored and
pynicolas
committed
131106a
View commit details
Copy full SHA for 131106a
View code at this point
Browse repository at this point
Commits on Jul 1, 2016
Code cleanup: remove compilation warnings (#32)
ivandalbosco
authored
8021f09
View commit details
Copy full SHA for 8021f09
View code at this point
Browse repository at this point
Sonarpy 103 cleanup (#30)
Show description for 5c9dd72
ivandalbosco
authored
5c9dd72
View commit details
Copy full SHA for 5c9dd72
View code at this point
Browse repository at this point
Commits on Jun 30, 2016
SONARPY-130 FP S2325: method only raises NotImplementedError (#25)
ivandalbosco
authored and
vilchikelena
committed
507c03f
View commit details
Copy full SHA for 507c03f
View code at this point
Browse repository at this point
SONARPY-145 Raise issues with precise location for SameBranchCheck
vilchik-elena
authored and
pynicolas
committed
0cdc634
View commit details
Copy full SHA for 0cdc634
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.