Amin Ya

Results 1114 comments of Amin Ya

My issue with clangd's clang-tidy is that it doesn't show all the issues in the workspace to me. I need to open each file to trigger it. It also doesn't...

I realized that with the help of [hedronvision/bazel-compile-commands-extractor](https://github.com/hedronvision/bazel-compile-commands-extractor), running clang-tidy becomes just a matter of specifying the `.cpp` files (for example using `git ls-files`). It works accurately without any missing...

I had the same issue. I updated the commit to "783aa523aafb4a6798a538c61e700b6ed27975a7". That issue is gone now.

It can be fixed with this: ``` load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "bazel_clang_tidy", sha256 = "5a3649ac61413f279310058d90124ecb7c52c5ffb5749d9db10244ffd43225f6", strip_prefix = "bazel_clang_tidy-32919e10d57fce09eb714936ba6155aee9a73150", url = "https://github.com/dayfoo/bazel_clang_tidy/archive/32919e10d57fce09eb714936ba6155aee9a73150.tar.gz", ) ```

@steelbrain Please take a look at this.

> Thank you so much for working on this! > You're welcome! > Appreciate the work here. I have some reservations about some of the tooling choices, can we please...

Any feedback on the answers? @steelbrain

I can think of refactoring the commonly used functions and adding them to an NPM package. This package has like 10 functions, but I think it is possible to extend...

If you can find the old code and restore it, it would be good 😁😅

We are interested to maintain this repository. I am the owner of @atom-ide-community. I have sent you an invitation. If you can transfer the repository to @atom-ide-community, we will maintain...