Skip to content

Commit e38c5e7

Browse files
committed
Add codefactor
1 parent 709bb16 commit e38c5e7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
[![SonarQube Reliability](https://sonarcloud.io/api/project_badges/measure?project=com.github.oshi%3Aoshi-parent&metric=reliability_rating)](https://sonarcloud.io/dashboard?id=com.github.oshi%3Aoshi-parent)
1515
[![SonarQube Security](https://sonarcloud.io/api/project_badges/measure?project=com.github.oshi%3Aoshi-parent&metric=security_rating)](https://sonarcloud.io/dashboard?id=com.github.oshi%3Aoshi-parent)
1616
[![Code Quality: Java](https://img.shields.io/lgtm/grade/java/g/oshi/oshi.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/oshi/oshi/context:java)
17-
[![LGTM Stats](https://www.openhub.net/p/oshi/widgets/project_thin_badge.gif)](https://www.openhub.net/p/oshi?ref=github)
17+
[![CodeFactor](https://www.codefactor.io/repository/github/oshi/oshi/badge)](https://www.codefactor.io/repository/github/oshi/oshi)
18+
[![Openhub Stats](https://www.openhub.net/p/oshi/widgets/project_thin_badge.gif)](https://www.openhub.net/p/oshi?ref=github)
1819
[![first-timers-only](https://img.shields.io/badge/first--timers--only-friendly-blue.svg?style=flat-square)](https://www.firsttimersonly.com/)
1920
[![Join the chat at https://gitter.im/oshi/oshi](https://badges.gitter.im/oshi/oshi.svg)](https://gitter.im/oshi/oshi?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
2021

UPGRADING.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33

44
OSHI 4.0 requires minimum Java 8 compatibility.
55

6-
The `oshi-json` artifact has been completely removed. It is trivial to obtain
7-
JSON output using [Jackson's ObjectMapper](http://www.mkyong.com/java/
8-
jackson-2-convert-java-object-to-from-json/).
6+
The `oshi-json` artifact has been completely removed. It is trivial to obtain JSON output using the
7+
[Jackson ObjectMapper](http://www.mkyong.com/java/jackson-2-convert-java-object-to-from-json/).
98

109
There is a new `oshi-demo` artifact which will contain many "how to" classes
1110
to demonstrate OSHI's capabilities and integration with other libraries.

0 commit comments

Comments
 (0)