Skip to content

Commit a0ff54e

Browse files
committed
Disable Markdownlint
1 parent bd42af8 commit a0ff54e

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

.codeclimate.yml

-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ plugins:
44
enabled: true
55
fixme:
66
enabled: true
7-
markdownlint:
8-
enabled: true
97
sonar-php:
108
enabled: true
119
config:

.mdlrc

-1
This file was deleted.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -233,4 +233,4 @@ $result->setBaseCurrency(Symbol::GBP)->rate(Symbol::EUR);
233233
## Contributing 🚧
234234

235235
[Pull Requests](https://github.com/otherguy/php-currency-api/pulls) are more than welcome! I'm striving for 100% test
236-
coverage for this repository so please make sure to add tests for your code.
236+
coverage for this repository so please make sure to add tests for your code.

0 commit comments

Comments
 (0)