From d9023142905e07fcb91fcfe37e49f460e2fac61d Mon Sep 17 00:00:00 2001 From: Remi Gau Date: Thu, 7 Nov 2024 21:46:06 +0100 Subject: [PATCH] rm code climate and update badges --- .codeclimate.yml | 17 ----------------- bids-validator/README.md | 8 ++++---- 2 files changed, 4 insertions(+), 21 deletions(-) delete mode 100644 .codeclimate.yml diff --git a/.codeclimate.yml b/.codeclimate.yml deleted file mode 100644 index 0b46e4f0c..000000000 --- a/.codeclimate.yml +++ /dev/null @@ -1,17 +0,0 @@ ---- -version: '2' -checks: - similar-code: - config: - threshold: 50 - identical-code: - config: - threshold: 50 -plugins: - duplication: - enabled: true - config: - count_threshold: 3 -exclude_patterns: - - bids-validator/versioneer.py - - bids-validator/bids_validator/_version.py diff --git a/bids-validator/README.md b/bids-validator/README.md index 3ae513938..3167bb8f2 100644 --- a/bids-validator/README.md +++ b/bids-validator/README.md @@ -1,7 +1,7 @@ -[![Node Tests](https://github.com/bids-standard/bids-validator/actions/workflows/node_tests.yml/badge.svg)](https://github.com/bids-standard/bids-validator/actions/workflows/node_tests.yml) -[![bids-examples tests](https://github.com/bids-standard/bids-validator/actions/workflows/test-bids-examples.yml/badge.svg)](https://github.com/bids-standard/bids-validator/actions/workflows/test-bids-examples.yml) -[![CircleCI](https://circleci.com/gh/bids-standard/bids-validator.svg?style=shield&circle-token=:circle-token)](https://circleci.com/gh/bids-standard/bids-validator) -[![Codecov](https://codecov.io/gh/bids-standard/bids-validator/branch/master/graph/badge.svg)](https://codecov.io/gh/bids-standard/bids-validator) +[![Node Tests](https://github.com/bids-standard/legacy-validator/actions/workflows/node_tests.yml/badge.svg)](https://github.com/bids-standard/legacy-validator/actions/workflows/node_tests.yml) +[![test-bids-examples](https://github.com/bids-standard/legacy-validator/actions/workflows/test-bids-examples.yml/badge.svg)](https://github.com/bids-standard/legacy-validator/actions/workflows/test-bids-examples.yml) +[![CircleCI](https://dl.circleci.com/status-badge/img/gh/bids-standard/legacy-validator/tree/master.svg?style=svg)](https://dl.circleci.com/status-badge/redirect/gh/bids-standard/legacy-validator/tree/master) +[![codecov](https://codecov.io/gh/bids-standard/legacy-validator/graph/badge.svg?token=Cfx4OcfK5P)](https://codecov.io/gh/bids-standard/legacy-validator) [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.3688707.svg)](https://doi.org/10.5281/zenodo.3688707) # BIDS-Validator