Skip to content

viva64/homebrew-pvs-studio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Homebrew PVS-Studio

Docs Version

A centralized repository for PVS-Studio brews.

PVS-Studio is a tool for detecting bugs and security weaknesses in the source code of programs, written in C, C++, C# and Java.

C and C++ analyzer

Installation and update commands:

$ brew install viva64/pvs-studio/pvs-studio
$ brew upgrade pvs-studio

C# analyzer

The PVS-Studio C# analyzer requires .NET SDK 8.0 and the PVS-Studio C++ analyzer (pvs-studio) installed on a machine. The .NET SDK for macOS can be downloaded from this page.

Installation commands:

$ brew install viva64/pvs-studio/pvs-studio
$ brew install viva64/pvs-studio/pvs-studio-dotnet

Update commands:

$ brew upgrade pvs-studio
$ brew upgrade pvs-studio-dotnet

blame-notifier utility

blame-notifier is a utility for automating the process of finding the developers responsible for writing code that triggered certain warnings, based on blame output from version control system.

blame-notifier utility requires .NET Core Runtime 3.1.

$ brew install viva64/pvs-studio/blame-notifier
$ brew upgrade blame-notifier

Or download installer from site: Get PVS-Studio for macOS

About

PVS-Studio macOS formulae for the Homebrew package manager

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages