Vladiwostok
|
4e69052ddc
|
Replace libdparse in IfElseSameCheck (#81)
* Fix & extend IfElseSameCheck
* Enable debug session
* Revert "Enable debug session"
This reverts commit e703fbe58db4c2def038b5473b5b127c4a3773d0.
* Replace common code with template
* Investigate failing workflows
* Revert "Investigate failing workflows"
This reverts commit 11e1dbf4935e492c18bb837611822df8bbb12efd.
* Remove check extension
* Trigger assign error only for the ternary operator
* Fix assignment error
|
2025-08-29 13:16:44 +03:00 |
Hiroki Noda
|
17f3286fef
|
Clearify key names
|
2024-05-06 10:08:53 +02:00 |
WebFreak001
|
42033dcc55
|
add BaseAnalyzerArguments to keep ctor changes sane
also immediately makes tokens a part of it
This struct can for example precompute token indices for line endings
|
2023-10-25 08:49:37 +02:00 |
WebFreak001
|
5c2035ff76
|
add end line/column to warnings
|
2023-06-29 13:19:36 +02:00 |
Eugene Wissner
|
3b9d608866
|
Track check name for error messages (#769)
* Track check name for error messages
* Assert BaseAnalyzer.getName() is implemented
|
2019-07-09 12:16:25 +02:00 |
Basile Burg
|
f78d3e72b9
|
fix #645 - False positive, Else branch identical to Then branch with incomplete IfStatement
|
2018-06-02 05:57:43 +02:00 |
Basile Burg
|
8c44dd5092
|
Set all checkers class "final"
|
2018-04-22 20:33:58 +02:00 |
Laurent Tréguier
|
2be1a1f22f
|
Move everything under package `dscanner` (#526)
* Move everything under package `dscanner`
* Fix .gitignore
* Fix .dscanner.ini
|
2018-03-22 20:15:42 +01:00 |