Ryosuke Ito
Ryosuke Ito
## Problem When Periphery finds a redundant public accessibility, it warns like `Class '' is declared public, but not used outside of `. If Periphery receives `--format json` option, the...
Currently all methods including constructor defined in `ARC4` accepts not only `bytes` but also unicode `str`. However passing a unicode `str` to `ARC4` methods requires developers to be very careful...
Close #507
It would be great if lint-action adds support for [clang-format](https://clang.llvm.org/docs/ClangFormat.html). clang-format is de facto standard for C / C++ / Objective-C families and it provides auto fix feature.
Close https://github.com/danger/danger/issues/1405 - Prevent `danger pr` and `danger local` from enforcing verbose flags - Explicitly passing `--verbose` like `danger pr --verbose` prints verbose output
### Description The JS doc of `defineSecret()` says it receives `options` argument but that is not true. So I removed the line including `@param options`.
As I mentioned in https://github.com/codeclimate/test-reporter/issues/495#issuecomment-1501130249, `cc-test-reporter format-coverage --input-type=simplecov` needs the test to have run with `CC_TEST_REPORTER_ID` is set, otherwise it parses a coverage file in legacy format that crashes `cc-test-reporter`....