Fix Codacy issues in README (?)

This commit is contained in:
Matthew Ross 2020-04-13 08:34:27 -04:00
parent 5d4a20c5c6
commit 00b37437da

View File

@ -102,7 +102,8 @@ and include options for Due Date, Color, Points (an optional difficulty
rating), and Category.
TaskBoard uses a [Markdown](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet#table-of-contents)
parser for the Description, allowing for better display of details (like this readme).
parser for the Description, allowing for better display of details
(like this readme).
Once a task has been entered, it may have Comments (also supporting Markdown)
or Attachments added to it by viewing the task detail. There is a link to edit
@ -190,22 +191,22 @@ Because I like seeing the numbers.
### `src`
Language | Files | Blank | Comment | Code
-----------|------:|-------:|--------:|-------:
TypeScript | 63 | 902 | 142 | 3871
PHP | 18 | 639 | 24 | 2000
HTML | 20 | 159 | 0 | 1485
SASS | 13 | 274 | 10 | 1231
**SUM:** |**114**|**1974**| **176**|**8587**
Language | Files | Blank | Comment | Code
-----------|--------:|---------:|---------:|-------:
TypeScript | 63 | 902 | 142 | 3871
PHP | 18 | 639 | 24 | 2000
HTML | 20 | 159 | 0 | 1485
SASS | 13 | 274 | 10 | 1231
**SUM:** | **114** | **1974** | **176** | **8587**
Command: `cloc --exclude-dir=vendor --exclude-ext=json,svg,ini src/`
### `test`
Language | Files | Blank | Comment | Code
-----------|------:|-------:|--------:|-------:
TypeScript | 36 | 918 | 7 | 3190
PHP | 11 | 753 | 16 | 2238
**SUM:** | **47**|**1671**| **23**|**5428**
Language | Files | Blank | Comment | Code
-----------|-------:|---------:|---------:|-------:
TypeScript | 36 | 918 | 7 | 3190
PHP | 11 | 753 | 16 | 2238
**SUM:** | **47** | **1671** | **23** | **5428**
Command: `cloc --exclude-ext=xml test/`