From a2f5889ec8dc2ff2495794a70a653d6dd7ba27ce Mon Sep 17 00:00:00 2001 From: Aline Date: Mon, 29 Oct 2018 12:40:28 -0300 Subject: [PATCH] add sonar link --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index c00dfbb..b46ec37 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,9 @@ Netty is an asynchronous event-driven network application framework for rapid de **[protobuf](https://github.com/google/protobuf)** Google's data interchange format. +**[SonarJava](https://github.com/SonarSource/sonar-java)** +Static analyzer for SonarQube & SonarLint. + **[quartz](https://github.com/quartz-scheduler/quartz)** Quartz is a richly featured, open source job scheduling library that can be integrated within virtually any Java application - from the smallest stand-alone application to the largest e-commerce system. Quartz can be used to create simple or complex schedules for executing tens, hundreds, or even tens-of-thousands of jobs; jobs whose tasks are defined as standard Java components that may execute virtually anything you may program them to do. The Quartz Scheduler includes many enterprise-class features, such as support for JTA transactions and clustering.