How Solargraph type checking works
masterSolargraph includes a type checker that uses YARD tags and code analysis to report missing type definitions. It operates in two primary modes:
- Strict mode: Performs type inference to determine if YARD tags match the types detected from the code.
- Strong mode: Requests that you clarify intentions by adding annotations for better validation.