[.github] disable tidy checks for now
- as requested in https://github.com/FreeCAD/FreeCAD/pull/7152#issuecomment-1193176866
This commit is contained in:
4
.github/workflows/checks.yml
vendored
4
.github/workflows/checks.yml
vendored
@@ -1,5 +1,7 @@
|
||||
name: CI
|
||||
on:
|
||||
push:
|
||||
branches: [master, development/toponaming, releases/FreeCAD-0-20]
|
||||
pull_request:
|
||||
|
||||
permissions:
|
||||
@@ -51,7 +53,7 @@ env:
|
||||
|
||||
checkClangTidy: true
|
||||
clangTidyChecks: boost-*,bugprone-*,performance-*,readability-*,portability-*,modernize-*,clang-analyzer-*,cppcoreguidelines-*,concurrency-*
|
||||
clangTidyFailSilent: false
|
||||
clangTidyFailSilent: true
|
||||
|
||||
checkClazy: true
|
||||
clazyChecks: level1 # https://invent.kde.org/sdk/clazy#list-of-checks
|
||||
|
||||
Reference in New Issue
Block a user