26
1
submitted 3 years ago by SourceCode@lemmy.ml to c/devops@lemmy.ml

There was a task to automate static analysis packages included in the distribution. The best tool for this is PVS-Studio, as it can catch compiler calls using strace, thus not requiring any changes in the build scripts. First, controled by pvs-studio-analyzer the build was started, and the log was collected. Then the log was analyzed resulting in the report. Let's look at how to set this up without making edits to each package.

27
2
submitted 3 years ago by SourceCode@lemmy.ml to c/devops@lemmy.ml
28
1
submitted 3 years ago by SourceCode@lemmy.ml to c/devops@lemmy.ml

We have classified our blog posts in several topics. Speaking of which, I suggest reading these articles on code check automation with PVS-Studio. In other words, the posts on DevOps and DevSecOps.

29
1
submitted 3 years ago by SourceCode@lemmy.ml to c/devops@lemmy.ml

A Code Review tool automates the code audit process. They help in static code analysis which is essential to deliever a reliable software application. There are plethora of Code Review Tools in the market and selecting one for your project could be a challenge.

Following is a curated list of top code analysis tools and code review tools for java with popular features and latest download links. The list contains best code review tools including open-source as well as commercial.

30
1
submitted 3 years ago by SourceCode@lemmy.ml to c/devops@lemmy.ml

Sometimes, tired of endless code review and debugging, you start wondering if there are ways to make your life easier. After some googling or merely by accident, you stumble upon the phrase, "static analysis". Let's find out what it is and how it can be used in your project.

31
1
submitted 4 years ago by SourceCode@lemmy.ml to c/devops@lemmy.ml

Static code analysis is most effective when changing a project, as errors are always more difficult to fix in the future than at an early stage. We continue expanding the options for using PVS-Studio in continuous development systems. This time, we'll show you how to configure pull request analysis using self-hosted agents in Microsoft Azure DevOps, using the example of the Minetest game.

32
1
submitted 4 years ago by SourceCode@lemmy.ml to c/devops@lemmy.ml

One of the most relevant scenarios for using the PVS-Studio analyzer is its integration into CI systems. Even though a project analysis by PVS-Studio can already be embedded with just a few commands into almost any continuous integration system, we continue to make this process even more convenient. PVS-Studio now supports converting the analyzer output to the TeamCity format-TeamCity Inspections Type. Let's see how it works.

33
1
submitted 4 years ago by SourceCode@lemmy.ml to c/devops@lemmy.ml

2019 was a very busy year in terms of conferences. Our team could leave for whole weeks on business trips. As you know, the conference is perfect time to share knowledge. In addition to giving talks and telling many interesting things at our booth, we also learned a lot from communicating with conference participants and speakers. So at the Joker 2019 conference in fall, a talk from Dalia Abo Sheasha "Migrating beyond Java 8" inspired us to implement a new diagnostic rule that allows us to detect incompatibilities in the Java SE API between different versions of Java. This is what we will talk about.

34
1
submitted 4 years ago by SourceCode@lemmy.ml to c/devops@lemmy.ml

It is easy to try a static code analyzer. But it requires skills to introduce it in the development of an old large project. If the approach is incorrect, the analyzer can add work, slow down development, and demotivate the team. Let's briefly discuss how to properly integrate static analysis into the development process and start using it as part of CI/CD.

35
2
submitted 4 years ago by nutomic@lemmy.ml to c/devops@lemmy.ml

I am using hetzner.com for my servers, and Lemmy is hosted time4vps.com. But I am curious about other providers that you can recommend, especially ones that arent under strict laws like this.

36
1
submitted 4 years ago by SourceCode@lemmy.ml to c/devops@lemmy.ml

The purpose of this article is to give a general overview of the features of the PVS-Studio static analyzer. The simplest and most informative way to do this is to show the tool in action. We'll be sharing examples demonstrating the analysis process using the Visual Studio plugin, the algorithm of running the analyzer under Linux, and analysis log import into SonarQube.

37
1
submitted 4 years ago by KitaitiMakoto@lemmy.ml to c/devops@lemmy.ml

On Japanese DX

38
1
submitted 4 years ago by SourceCode@lemmy.ml to c/devops@lemmy.ml

We’re happy to announce the next release of PlatformIO Core 4.2.0

39
2
submitted 4 years ago by SourceCode@lemmy.ml to c/devops@lemmy.ml

DevOps is a methodology aiming at establishing closer collaboration between programmers and system administrators in the software development process. A DevOps engineer is a specialist working on the intersection of these two fields. A DevOps engineer's primary objective is to take the predictability, efficiency, and security of software development to the highest level possible. DevSecOps is a further development of the DevOps concept that, besides automation, addresses the issues of code quality and reliability assurance.

40
1
submitted 4 years ago by SourceCode@lemmy.ml to c/devops@lemmy.ml

There are many ways that can assist in improvement the program’s quality. In this article, we invite you to consider one of them – static code analysis.

41
1
submitted 4 years ago by SourceCode@lemmy.ml to c/devops@lemmy.ml

This week the community presented me with a good problem to have – too much great content! Even after paring it down, there is still a lot I wanted to share. Arm yourself with a fresh beverage, we are about to dive in!

DevOps

819 readers
1 users here now

Development & operations

founded 4 years ago
MODERATORS