pynss-dev / python-nss

Python bindings for Network Security Services (NSS) and Netscape Portable Runtime (NSPR).
GNU General Public License v2.0
1 stars 2 forks source link

Implement clang for static analysis #13

Open kuwv opened 2 years ago

kuwv commented 2 years ago

Overview

Static analysis should be performed on all C code. The clang front end has very good tools to support many CI/CD pipeline needs.

Acceptance

Implement clang-tidy and clang-format for pipelines to fail fast.