From 915ab6997d1aca0733160545d416ded311b5554f Mon Sep 17 00:00:00 2001 From: Craig Gidney Date: Sat, 24 Mar 2018 16:48:08 -0700 Subject: [PATCH] Code climate keeps adding high false-positive checks. Drop 'em. --- .codeclimate.yml | 13 ------------- README.md | 5 ++++- 2 files changed, 4 insertions(+), 14 deletions(-) delete mode 100644 .codeclimate.yml diff --git a/.codeclimate.yml b/.codeclimate.yml deleted file mode 100644 index 9e85d521..00000000 --- a/.codeclimate.yml +++ /dev/null @@ -1,13 +0,0 @@ -engines: - eslint: - enabled: true - checks: - no-loop-func: - enabled: false - fixme: - enabled: true -ratings: - paths: - - "**.js" -exclude_paths: -- test/ diff --git a/README.md b/README.md index 481d3923..91f457cb 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # Quirk Icon [![Build Status](https://travis-ci.org/Strilanc/Quirk.svg?branch=master)](https://travis-ci.org/Strilanc/Quirk) -[![Code Climate](https://codeclimate.com/github/Strilanc/Quirk/badges/gpa.svg)](https://codeclimate.com/github/Strilanc/Quirk) Quirk is a toy quantum circuit simulator, intended to help people in learning about quantum computing. @@ -78,3 +77,7 @@ If you want to modify Quirk, this is how you get the code and turn your changes `firefox out/quirk.html` 7. Copy `out/quirk.html` to wherever you want. + +# Disclaimer + +Quirk is not an official Google product.