Skip to content

Commit ceaea25

Browse files
committed
chore: disable running incomplete code blocks
--- type: pre_commit_static_analysis_report description: Results of running static analysis checks when committing changes. report: - task: lint_filenames status: passed - task: lint_editorconfig status: passed - task: lint_markdown status: passed - task: lint_package_json status: na - task: lint_repl_help status: na - task: lint_javascript_src status: na - task: lint_javascript_cli status: na - task: lint_javascript_examples status: na - task: lint_javascript_tests status: na - task: lint_javascript_benchmarks status: na - task: lint_python status: na - task: lint_r status: na - task: lint_c_src status: na - task: lint_c_examples status: na - task: lint_c_benchmarks status: na - task: lint_c_tests_fixtures status: na - task: lint_shell status: na - task: lint_typescript_declarations status: passed - task: lint_typescript_tests status: na - task: lint_license_headers status: passed ---
1 parent ebdf549 commit ceaea25

File tree

1 file changed

+6
-0
lines changed
  • lib/node_modules/@stdlib/_tools/github/user-details

1 file changed

+6
-0
lines changed

lib/node_modules/@stdlib/_tools/github/user-details/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@ The `function` accepts the following `options`:
9595

9696
To [authenticate][github-oauth2] with GitHub, set the [`token`][github-token] option.
9797

98+
<!-- run-disable -->
99+
98100
<!-- eslint-disable @cspell/spellchecker -->
99101

100102
```javascript
@@ -108,6 +110,8 @@ userinfo( opts, clbk );
108110

109111
To specify a [user agent][github-user-agent], set the `useragent` option.
110112

113+
<!-- run-disable -->
114+
111115
```javascript
112116
var opts = {
113117
'usernames': [ 'kgryte', 'Planeshifter' ],
@@ -121,6 +125,8 @@ userinfo( opts, clbk );
121125

122126
Creates a reusable `function`.
123127

128+
<!-- run-disable -->
129+
124130
<!-- eslint-disable @cspell/spellchecker -->
125131

126132
```javascript

0 commit comments

Comments
 (0)