-
今、ci のなかで rubocop が転けても、失敗とならずに GREEN になっちゃう!
rubocop + reviewdog を呼んでる箇所
``` sh
bundle exec rubocop | reviewdog -reporter=github-pr-review -f=rubocop
```
-
We should create github action workflow which automatically formats the files in PR's branch and push it to that branch if there's any unformatted files
-
I am trying to use efm-langserver with this config in NeoVim:
```lua
require"lspconfig".efm.setup {
init_options = {documentFormatting = true},
settings = {
rootMarkers = {".git…
-
## 参考
- https://github.com/ios-osushi/website/pull/1#issuecomment-1079940458
- https://zenn.dev/yuta28/articles/blog-lint-ci-reviewdog
uhooi updated
2 years ago
-
When I try to run the action, it is always running in `/github/home` and this is inaccessible.
I have attempted to move my `profiles.yml` file to `/github/home/.dbt` but I do not have permissions t…
-
https://github.com/reviewdog/action-black/blob/752e8a23953b8af9316f42ddae11417830238fbc/entrypoint.sh#L66-L68
Nomally: reporter: "github-check" work fine
https://github.com/tsuyoshicho/pytest-sam…
-
Don't understand the error I am facing
Action.yml
```
name: Lint Check
on:
pull_request:
branches:
- master
env:
DBT_PROFILES_DIR: ${{ github.workspace }}/.dbt/
TRINO_DE…
-
## 環境構築を行う
必要になるまで Docker は使わない(練習の段階では不要)
と思ってたけど、ローカルに上手く作れない(m1 + anyenv -> rbenv + ruby 3.1.2)ので Docker でやろーっと
-
Since https://github.com/returntocorp/semgrep/issues/5075 does not support severity filtering AND will always throw an error, or you have to ignore it with ` || true` in your ci script, I think it wou…
Gby56 updated
2 years ago
-
It would be very useful to be able to specify a mypy version since some projects may be running on old versions of mypy