Skip to content

Commit

Permalink
Merge pull request #91 from PabloLec/develop
Browse files Browse the repository at this point in the history
Edit README
  • Loading branch information
PabloLec authored Feb 11, 2023
2 parents 29c73d2 + a9076c5 commit 48a813a
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,24 @@
<a href="https://github.com/PabloLec/StarryLines/blob/main/LICENSE" target="_blank">
<img src="https://img.shields.io/github/license/pablolec/StarryLines" alt="License">
</a>
<a href="#" target="_blank">
<a href="https://sonarcloud.io/project/overview?id=PabloLec_StarryLines" target="_blank">
<img src="https://sonarcloud.io/api/project_badges/measure?project=PabloLec_StarryLines&metric=coverage" alt="Coverage">
</a>
<a href="#" target="_blank">
<a href="https://github.com/PabloLec/StarryLines/actions/workflows/tests.yml" target="_blank">
<img src="https://github.com/PabloLec/StarryLines/actions/workflows/tests.yml/badge.svg" alt="Tests">
</a>
</p>

---

<!--ts-->
* [What is it?](#what-is-it)
* [What should not be in StarryLines](#what-should-not-be-in-starrylines)
* [Score calculation](#score-calculation)
* [Star count](#star-count)
* [Lines of code](#lines-of-code)
* [Contributing](#contributing)
* [Technicalities](#technicalities)
- [What is it?](#what-is-it)
- [What should not be in StarryLines](#what-should-not-be-in-starrylines)
- [Score calculation](#score-calculation)
- [Star count](#star-count)
- [Lines of code](#lines-of-code)
- [Contributing](#contributing)
- [Technicalities](#technicalities)
<!--te-->

---
Expand Down Expand Up @@ -54,12 +54,12 @@ For a repository whose main language is C, composed of 60% C and 40% Python with
### Lines of code

The entire code is parsed and stripped of comments or documentation. The number of lines is calculated by the number of characters divided by 80 for each file.
The goal is to obtain a fair result, without penalizing the repositories with the most documentation.
The goal is to obtain a fair result, without penalizing the repositories with the most documentation.
Moreover, only files written in the main language are retained, others are ignored.

# Contributing

Any contribution is welcome!
Any contribution is welcome!
Apart from pull requests you can [open an issue](https://github.com/PabloLec/StarryLines/issues/new/choose) to report a bug, report an irrelevant repository, etc.
For feature requests, general ideas, or any broader topic, please use the [Discussions section](https://github.com/PabloLec/StarryLines/discussions).

Expand Down

0 comments on commit 48a813a

Please sign in to comment.