Commit Graph

18 Commits

Author SHA1 Message Date
Uwe
fbd444eecc [.github] disable another check
- whitespace/semicolon is not very useful for us but clutters the PRs
2022-09-24 05:06:44 +02:00
Uwe
c74309fa94 [.github] disable a check
- runtime/indentation_namespace is not very useful for us but clutters the PRs
2022-09-24 04:58:08 +02:00
0penBrain
2467240fef CI: allow manual launch of CI 2022-09-16 03:11:40 +02:00
Uwe
7dc2ad742f [github] disable 2 more checks
they are not super useful but clutter the PRs
2022-09-11 21:15:45 +02:00
Uwe
4548bc430b [.github] disable too many lines check
- we are aware of that some modules are too long but bothering us every time is not very helpful. However, the preset 1000 lines is a relatively small number. (Personally I prefer for better overview more in a single file since then search & replace, comparing code etc. is easier than having 10 files with each 100 lines opened.)
2022-08-14 20:40:12 +02:00
Uwe
61684dba50 [.github] [skip CI] checks.yml: disable a whitespace check
- todo whitespace is not important
2022-07-31 22:52:09 +02: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
Uwe
c6c2ef1a98 * [.github] extend cpplintFilters with -readability/todo
The formatting of a Todo can be ignored
2022-07-28 03:07:06 +02:00
wmayer
edb58213d0 [.github] extend cpplintFilters with -build/include_order 2022-07-27 19:18:12 +02:00
Uwe
2f589e8e8f [.github] try to get the checks also for the 0-20 branch 2022-07-24 06:01:52 +02:00
Uwe
5ec39189fa [.github] disable tidy checks for now
- as requested in https://github.com/FreeCAD/FreeCAD/pull/7152#issuecomment-1193176866
2022-07-24 02:58:39 +02:00
Uwe
a670ff8e51 [.github] disable clang checks for now
see https://github.com/FreeCAD/FreeCAD/pull/7152#issuecomment-1193167296
2022-07-23 20:25:21 +02:00
Floriansimmer
f2285dfac1 Github: basic check CI Run (#7152)
* Github: basic check CI Run

- trailing Whitespace
- tab
- string based QT connections
- Cpplint
- pylint
- Black
- clang-format
- Codespell
- clang-tidy
- clazy (+QT6 Checks)
- Report
2022-07-23 18:53:50 +02:00
Florian Simmer
6a5fcf86f9 Github: typo in codespell workflow 2022-02-02 16:20:47 -06:00
Floriansimmer
d1396058fb Codespell: skip *.svg + add more ignored words (#5338)
* Codespell: skip *.svg + add more ignored words

* possible words to remove from the ignorelist
2022-01-07 17:19:49 -06:00
Florian Simmer
4f40254bf2 change the workflow trigger
from pull_request to pull_request_target
2022-01-03 18:10:21 -06:00
Florian Simmer
6ae65ea36b Github: Create Labeler workflow/action and labels.yml file 2022-01-03 18:10:21 -06:00
Florian Simmer
c5affe7ea9 Github: Create codespell workflow and codespellignore 2022-01-02 11:39:17 -06:00