Skip to content

Commit 005dfd0

Browse files
committed
update qlty
1 parent 9e3d986 commit 005dfd0

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.qlty/qlty.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
exclude_patterns = [
2+
"docs/*.js",
3+
"docs/*.html"
4+
]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Node CI](https://github.com/iuccio/csvToJson/actions/workflows/ci-cd.yml/badge.svg?branch=master)](https://github.com/iuccio/csvToJson/actions/workflows/ci-cd.yml)
44
![CodeQL](https://github.com/iuccio/csvToJson/actions/workflows/codeql-analysis.yml/badge.svg)
5-
[![Known Vulnerabilities](https://snyk.io/test/github/iuccio/csvToJson/badge.svg)](https://snyk.io/test/github/iuccio/csvToJson)
5+
[![Maintainability](https://qlty.sh/gh/iuccio/projects/csvToJson/maintainability.svg)](https://qlty.sh/gh/iuccio/projects/csvToJson)
66
[![Code Climate](https://codeclimate.com/github/iuccio/csvToJson/badges/gpa.svg)](https://codeclimate.com/github/iuccio/csvToJson)
77
[![NPM Version](https://img.shields.io/npm/v/convert-csv-to-json.svg)](https://npmjs.org/package/convert-csv-to-json)
88
![NodeJS Version](https://img.shields.io/badge/nodeJS-%3E=18.x-brightgreen.svg)

0 commit comments

Comments
 (0)