Vít Kučera

Results 6 issues of Vít Kučera

#### For bugs - Rule Id (if any, e.g. SC1000): SC2028 - My shellcheck version (`shellcheck --version` or 'online'): online - [x] I tried on shellcheck.net and verified that this...

**Is your feature request related to a problem? Please describe.** Line numbers reported by linters do not correspond to the committed files, probably as a result of formatting by the...

enhancement
O: stale 🤖

The documentation of mega-linter-runner says that the `-p` option specifies "Directory containing the files to lint". The way I understand it is that if I run `npx mega-linter-runner -p `...

question

**Describe the bug** gitleaks scans the entire repository despite `REPOSITORY_GITLEAKS_PR_COMMITS_SCAN: true` and `VALIDATE_ALL_CODEBASE: false`. **To Reproduce** - Configure `.github/workflows/mega-linter.yml` with: ```yaml 'on': [pull_request_target] jobs: megalinter: steps: - uses: actions/checkout@v4 with:...

bug
O: stale 🤖

- Define missing special member functions from the rule of five. - Declare move functions `noexcept`. - Move assignment operator for `TableIterator` not defined as it cannot be defaulted.

Tracking bugs in the codebase found by analysis tools. - [GCC](https://github.com/vkucera/AliceO2/wiki/report_gcc) - [Clang-Tidy](https://github.com/vkucera/AliceO2/wiki/report_clang-tidy) - [Cppcheck](https://github.com/vkucera/AliceO2/wiki/report_cppcheck) - [cpplint](https://github.com/vkucera/AliceO2/wiki/report_cpplint) - [Include analyser](https://github.com/vkucera/AliceO2/wiki/report_includes) - [O2 linter](https://github.com/vkucera/AliceO2/wiki/report_o2-linter) - [Unused files](https://github.com/vkucera/AliceO2/wiki/report_unused-files)

bug
enhancement
help wanted