Commit Graph

5 Commits

Author SHA1 Message Date
Frank Martinez
f024126f8b Build: Remove deprecated pylint option 2025-11-25 10:41:29 -05:00
Frank Martinez
4df949fa3a Build: Update pylint minimum python version to 3.10 2025-11-25 07:34:03 -05:00
Chris Hennes
6774c6002e CI: Tweaks to pylintrc 2023-02-13 15:46:28 +01:00
Chris Hennes
bd004963b5 CI: Don't encourage docstring on trivial functions
If a function is three or fewer lines long, it should be assumed to be self-explanatory (hopefully it has a good name!).
2023-01-13 14:06:03 -06:00
Floriansimmer
9bdd6d9ce9 Ci v2 (#7282)
* Github: Build and Test

Build and Test:
- ccache
- build
- Unittest
- install
- Unittest of install
- report

misc:
- use .clang-tidy file to configure Clang-tidy checks
- use use .pylintrc to configure Pylint checks
- Update changed-files Action
- better regex for file extension filter
- show enabled clang-tidy checks in Step Report
- show enabled Pylint Checks
- cpplint filter documentation
- modified cpplint filters recomended by https://github.com/sider/runners/blob/HEAD/images/cpplint/sider_recommended_CPPLINT.cfg
- fixed Branch filter for Clazy QT6 checks --> has only worked on pull requests
- fail the CI only on Build  errors, Unittest errors and misspellings

* Github: remove Codespell action as it is now integrated into the check workflow
2022-07-30 22:29:29 +02:00