-
Notifications
You must be signed in to change notification settings - Fork 81
Issues: dlang-community/D-Scanner
New issue
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
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
Warn about unused imports
enhancement
new check proposal
static analysis
#134
opened Feb 25, 2014 by
Hackerpilot
Warn when assigning to non-ref foreach variables
enhancement
static analysis
#136
opened Feb 25, 2014 by
Hackerpilot
Warn about variable assignment in if condition
enhancement
new check proposal
static analysis
#137
opened Feb 25, 2014 by
Hackerpilot
Warn when calling destroy() on a pointer
enhancement
static analysis
#153
opened Mar 30, 2014 by
Hackerpilot
Warn about comparing/dividing signed and unsigned integers
enhancement
#204
opened Aug 24, 2014 by
ghost
Warn about implicit float=>bool casts
enhancement
new check proposal
static analysis
#210
opened Oct 9, 2014 by
jpf91
Check for redundant if statements
enhancement
new check proposal
static analysis
#232
opened Feb 17, 2015 by
Hackerpilot
wish: disabling check (by special formatted comment?)
enhancement
static analysis
#240
opened Apr 30, 2015 by
denizzzka
False positive with unmodified variable check and functions that have ref/in/out parameters
bug
static analysis
#298
opened Jan 9, 2016 by
kingsleyh
Warn when sub-classes redefine fields
enhancement
static analysis
#307
opened Feb 9, 2016 by
Hackerpilot
check for more than two consecutive empty lines
enhancement
static analysis
#324
opened Apr 14, 2016 by
wilzbach
2
don't check for 'could be immutable' if object methods are called
static analysis
#325
opened Apr 14, 2016 by
wilzbach
Warn about casting away const/immutable
enhancement
new check proposal
static analysis
#331
opened Apr 15, 2016 by
JackStouffer
Warn about calling non-const or non-pure functions in assert expressions
enhancement
new check proposal
static analysis
#336
opened Apr 26, 2016 by
Hackerpilot
Warn when comparing a variable with its only possible value
#961
opened Oct 13, 2024 by
VPanteleev-S7
Previous Next
ProTip!
Exclude everything labeled
bug
with -label:bug.