Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
kmoschcau created a comment on a pull request on mfussenegger/nvim-lint
OK I got the tests working on a Linux machine. Something tries to run `~` as an executable on Windows, which of course fails.
kmoschcau pushed 6 commits to master kmoschcau/nvim-lint
- terraform: pass `-chdir=` to `terraform` command (#709) This ensures `terraform validate` is aware of `.terraform/` ... 0f43320
- Add zizmor linter (#710) 3c801cb
- fish: allow an arbitrary word before line number (#713) The error message generated by `fish --no-execute` varies by... 02ea15a
- cfn-lint: ignore exit code (#715) cfd841c
- ghdl: parse severity from output (#719) GHDL provides the severity of its diagnostics. For example: ``` test/tb_... 139cd3c
- ghdl: trim whitespace (#720) Before: ghdl: no declaration for "unsigned" After: ghdl: no declarati... dfa45de
kmoschcau created a comment on a pull request on mfussenegger/nvim-lint
Oh yeah sure! I didn't even realize they added this since I last used it.
kmoschcau pushed 2 commits to main kmoschcau/nvim-config
kmoschcau pushed 6 commits to main kmoschcau/nvim-config
- fix(blink): context.get_keyword was removed 4dde77a
- feat(telescope): exclude declarations in references 8a23ebd
- feat(telescope): add find files without ignores mapping b101227
- feat(telescope): add spelling suggestions picker 815429a
- feat(nvim-lint): add PMD and thus remove none-ls Relates to: - https://github.com/mfussenegger/nvim-lint/pull/717 - ... 5da733c
- chore(plugins): update e0df0c7
kmoschcau created a comment on a pull request on mfussenegger/nvim-lint
I just realized, that `for_sarif` likely needs some documentation in the README. I can add that tomorrow. Also I'm not sure where to put the spec for this parsing function. I didn't get the test ru...
kmoschcau created a comment on an issue on stevearc/oil.nvim
That seems to have fixed the issue for me at least.
kmoschcau pushed 1 commit to feature/add-pmd-linter kmoschcau/nvim-lint
- style(pmd): fix weird formatting dfa4cba
kmoschcau opened a pull request on mfussenegger/nvim-lint
feat(parser): add a common SARIF parser and use it for checkstyle
This adds a [SARIF](https://sarifweb.azurewebsites.net/) parser and uses it for checkstyle.kmoschcau created a branch on kmoschcau/nvim-lint
feature/add-sarif-parser - An asynchronous linter plugin for Neovim complementary to the built-in Language Server Protocol support.
kmoschcau pushed 1 commit to feature/add-pmd-linter kmoschcau/nvim-lint
- style(pmd): sort diagnostics entries like in vim help da1bde7
kmoschcau pushed 1 commit to feature/add-pmd-linter kmoschcau/nvim-lint
- feat(README): add pmd link cec3a82
kmoschcau pushed 1 commit to feature/add-pmd-linter kmoschcau/nvim-lint
- feat(pmd): add better rulesets handling a23f942
kmoschcau opened a pull request on mfussenegger/nvim-lint
feat(linters): add pmd
This adds the [PMD](https://pmd.github.io/) linter.kmoschcau created a branch on kmoschcau/nvim-lint
feature/add-pmd-linter - An asynchronous linter plugin for Neovim complementary to the built-in Language Server Protocol support.
kmoschcau opened an issue on mfussenegger/nvim-lint
Feature Request: Support linters returning diagnostics for multiple files via `bufnr`
The `diagnostics-structure` supports a buffer number via `bufnr`. It would be nice if linters could add diagnostics to other files besides the current one. At the moment nvim-lint forces all diagno...kmoschcau opened a pull request on mfussenegger/nvim-lint
fix(cfn-lint): ignore exit code
This ignores the exit code of cfn-lint. cfn-lint only uses it to communicate what it found.kmoschcau created a branch on kmoschcau/nvim-lint
feature/cfn-lint-ignore-exit-code - An asynchronous linter plugin for Neovim complementary to the built-in Language Server Protocol support.
kmoschcau pushed 1 commit to main kmoschcau/global-config
- chore: remove no longer needed pmd f7bfe50