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.