We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa49ab2 commit 44287e3Copy full SHA for 44287e3
.github/workflows/ci.yaml
@@ -22,6 +22,7 @@ jobs:
22
"macos": "bash tool/ci/setup_macos.sh",
23
"windows": "bash tool/ci/setup_windows.sh"
24
}
25
+ panaScoreThreshold: 10
26
27
cd:
28
name: CD
README.md
@@ -25,7 +25,7 @@ A small collection of pre commit hooks to format and lint dart code
+ [Options](#options-3)
- [Documentation](#documentation)
-<small><i><a href='http://ecotrust-canada.github.io/markdown-toc/'>Table of contents generated with markdown-toc</a></i></small>
+<small><i><a href='https://ecotrust-canada.github.io/markdown-toc/'>Table of contents generated with markdown-toc</a></i></small>
29
30
## Features
31
- Provides multiple built in hooks to run on staged files
0 commit comments