Vince Broz
Vince Broz
``` jruby: warning: unknown property jruby.cext.enabled jruby: warning: unknown property jruby.cext.enabled ```
There are some checks, like BigFiles, where I don't really care so long as things are below a certain level--I'm not trying to drive them down to zero. For BigFiles,...
Example: ``` html ```
It'd be really nice if the issues in changed code were emphasized when running the quality task, as those are likely the easiest, safest, and most relevant to fix.
I'd love to see a tool that would dig through the git history of the checkins to the metrics/ directory and pull out an ETA to when each will hit...
There's a hard-coded path inside this plugin that results in a fresh install for a new user running Alfred 3 not working. The symptom is a PHP error message when...
This valid code currently reports a false positive during typechecking: ``` class Foo def bar(baz:, bing:) end end Foo.new.bar(baz: 123, bing: 456) ```
I encountered this while testing bumping Ruby version to 3.3 (the current latest version): https://github.com/castwide/solargraph/actions/runs/11329721863/job/31505892088?pr=725 ``` [WARN] Error reading /tmp/d20241014-2342-yud17h/test.gemspec [WARN] /tmp/d20241014-2342-yud17h/test.gemspec:2:in `': Error (RuntimeError) from -e:1:in `eval' from -e:1:in...
This seems to be enough for a new rails app to typecheck, assuming you are ignoring specs/tests and DSL files: ```yaml exclude: - db/schema.rb - spec/**/* - test/**/* - config/importmap.rb...