-
Need to work on Past Inspections page. This should display a table of past inspections through a connection to the Firestore database. Right now I added the code that should display it along with add …
-
This is a feature request.
Allow the user to manually resolve an XS or an autoload sub or a method that was not found by the parser. Such as this one of Mongo:
https://github.com/Camelcade/Perl5-I…
-
Random ideas:
- Link with unreacheable target
- Image by reference without definition
- Incoherent headers hierachy
-
When we write a new function call, we can inspect the name of the function.
We can then use this to locate the performance or exceptions data associated with that function in order to warn the user…
-
- [ ] GC roots
-
## Description
Add assertions and inspections. Examples of assertions/insepctions are:
- Find process instance started by signal event
- Assert signal created
- Assert signal broadcasted
⚠️…
-
Related to https://github.com/kisielk/errcheck
1. Add assignment error to blank identifier inspection
2. Add ignored error inspection
Test data from: https://github.com/kisielk/errcheck/tree/master/t…
-
We are happy to announce our intended focus for the mentioned period:
- Process emails (including older ones) and re-onboard as many community folks as possible
- Address most critical issues: exc…
-
The Annotators inspection is enabled, but annotated errors are not reported in the inspections panel.
![Screenshot](https://github.com/user-attachments/assets/c0656d69-28c3-4182-9021-e05e6cc8a08b)
…
-
There are several things that can go awry in loops:
- counters or loop control variables may never be changed/updated inside the loop
- infinite loops in do, while, for
- redundancy