From 5e63e9ee41ef62732ffce6290fcc16929abda365 Mon Sep 17 00:00:00 2001 From: checktheroads Date: Thu, 2 Jan 2020 09:52:27 -0700 Subject: [PATCH] move to SCC for lines of code badge --- README.md | 2 +- hooks.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6a56532..7426c52 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ This branch is *very much* under construction. There's a 99% chance that hypergl [**Documentation**](https://hyperglass.readthedocs.io)   |   [**Screenshots**](https://hyperglass.readthedocs.io/en/latest/screenshots/)   |   [**Live Demo**](https://hyperglass.allroads.io/) [![Build Status](https://travis-ci.org/checktheroads/hyperglass.svg?branch=master)](https://travis-ci.org/checktheroads/hyperglass) -![LOC](https://raw.githubusercontent.com/checktheroads/hyperglass/v1.0.0/line_count.svg?sanitize=true) +[![SCC Line Count](https://sloc.xyz/github/checktheroads/hyperglass/?category=code)](https://github.com/boyter/scc/) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black) diff --git a/hooks.sh b/hooks.sh index ea9bcba..5a35350 100755 --- a/hooks.sh +++ b/hooks.sh @@ -18,7 +18,7 @@ function isort_all () { fi } -make_badge +# make_badge # isort_all exit 0 \ No newline at end of file