Skip to content

Commit f16b53b

Browse files
committed
fix: lint
1 parent 4b9a800 commit f16b53b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/styles/pln-ignore.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,8 @@ reproviding
193193
requesters
194194
retrievability
195195
roadmaps
196+
runtime
197+
runtime's
196198
rsa
197199
sandboxed
198200
satoshi
@@ -214,7 +216,7 @@ testground
214216
testnet
215217
toolkits
216218
trustlessly
217-
uncensorable
219+
uncensorable
218220
undialable
219221
uniswap
220222
unreachability

docs/install/run-ipfs-inside-docker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ When deploying IPFS Kubo in containerized environments, it's crucial to align th
115115
Example:
116116

117117
```shell
118-
docker run --cpus="4.0" --memory="8000MiB" \
118+
docker run # (....)
119119
--cpus="4.0" -e GOMAXPROCS=4 \
120120
--memory="8000m" -e GOMEMLIMIT=7500MiB \
121121
ipfs/kubo:latest

0 commit comments

Comments
 (0)