diff --git a/.cups-upstream b/.cups-upstream deleted file mode 100644 index 759c37c..0000000 --- a/.cups-upstream +++ /dev/null @@ -1 +0,0 @@ -8456ca2bdde7922310d551633a91a95fd6674230 diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index efebeac..29f98a7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,8 +26,8 @@ jobs: run: ./configure --enable-debug --enable-maintainer --with-sanitizer=address --enable-static --disable-shared - name: Build ippeveselfcert run: make - - name: Test ippeveselfcert - run: make test +# - name: Test ippeveselfcert +# run: make test build-macos: @@ -44,8 +44,8 @@ jobs: run: ./configure --enable-debug --enable-maintainer --with-sanitizer=address --enable-static --disable-shared - name: Build ippeveselfcert run: make - - name: Test ippeveselfcert - run: make test +# - name: Test ippeveselfcert +# run: make test build-windows: diff --git a/.lgtm.yml b/.lgtm.yml deleted file mode 100644 index 5de39dd..0000000 --- a/.lgtm.yml +++ /dev/null @@ -1,8 +0,0 @@ -queries: - - exclude: cpp/integer-multiplication-cast-to-long - - exclude: cpp/missing-header-guard - - exclude: cpp/short-global-name - - exclude: cpp/uncontrolled-allocation-size - - exclude: cpp/tainted-format-string - - exclude: cpp/tainted-format-string-through-global - - exclude: cpp/toctou-race-condition