FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for python-checks/src - gcaill/sonar-python · GitHub
gcaill
/
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
on
master
User selector
Datepicker
Commit history
Commits on Jan 26, 2018
Apply rule-api 1.17.0.1017 (except S1871.html that requires SONARPY-256) (#139)
alban-auzeill
authored and
pynicolas
committed
34169b2
View commit details
Copy full SHA for 34169b2
View code at this point
Browse repository at this point
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
Apply rule-api 1.17.0.1017 to add ruleSpecification, sqKey and sonarpedia.json (#113)
alban-auzeill
authored and
pynicolas
committed
c5b9831
View commit details
Copy full SHA for c5b9831
View code at this point
Browse repository at this point
Commits on May 11, 2017
Un-deprecate rule S1721 (Parentheses should not be used after certain keywords) (#100)
ivandalbosco
authored and
pynicolas
committed
2c05a0a
View commit details
Copy full SHA for 2c05a0a
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-192 json files for rule metadata
Yves Dubois-Pelerin
authored and
pynicolas
committed
f238a8f
View commit details
Copy full SHA for f238a8f
View code at this point
Browse repository at this point
SONARPY-192 Update rule descriptions from RSPEC
Yves Dubois-Pelerin
authored and
pynicolas
committed
6082975
View commit details
Copy full SHA for 6082975
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
Previous
Next
Back
|
FazBrowse Home
|
New Git URL