Skip to content

Commit 79c3dbf

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 3c5c211 commit 79c3dbf

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,4 +167,4 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
167167
<!-- prettier-ignore-end -->
168168
<!-- ALL-CONTRIBUTORS-LIST:END -->
169169

170-
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
170+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# Documentation
1+
# Documentation

lib/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# External libraries and dependencies
1+
# External libraries and dependencies

miss_hit.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ regex_function_name: "[a-z]+(([A-Z]){1}[A-Za-z]+)*"
44
regex_script_name: "[a-z]+(([A-Z]){1}[A-Za-z]+)*"
55
exclude_dir: "lib"
66
copyright_entity: "Mohamed Rezk"
7-
copyright_entity: "Agah Karakuzu"
7+
copyright_entity: "Agah Karakuzu"
88
copyright_entity: "CPP visual motion localizer developpers"
99

1010
# metrics limit for the code quality (https://florianschanda.github.io/miss_hit/metrics.html)
1111
metric "cnest": limit 4
1212
metric "file_length": limit 500
1313
metric "cyc": limit 15
14-
metric "parameters": limit 7
14+
metric "parameters": limit 7

tests/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
To be run using mox unit.
44

5-
Code coverage can be estimated with Mocov.
5+
Code coverage can be estimated with Mocov.

tests/miss_hit.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ suppress_rule: "copyright_notice"
77
metric "cnest": limit 4
88
metric "file_length": limit 500
99
metric "cyc": limit 15
10-
metric "parameters": limit 5
10+
metric "parameters": limit 5

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.0.1
1+
v0.0.1

0 commit comments

Comments
 (0)