Skip to content

Commit 60304c2

Browse files
committed
Insert repository URLs and disable lint directives
1 parent 9b0eb58 commit 60304c2

35 files changed

Lines changed: 65 additions & 43 deletions

File tree

lib/node_modules/@stdlib/_tools/static-analysis/js/incr/lloc/README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ var accumulator = incrlloc();
5353
If provided an input program, the accumulator function returns an updated logical lines of code (LLOC) statistical summary. If not provided an input program, the accumulator function returns the current LLOC summary state. The input program may be either a `string` or a [`Buffer`][@stdlib/buffer/ctor].
5454

5555
```javascript
56+
var accumulator = incrlloc();
57+
5658
var lloc = accumulator();
5759
// returns {}
5860

@@ -176,11 +178,11 @@ console.log( JSON.stringify( acc() ) );
176178
177179
<section class="links">
178180
179-
[@stdlib/buffer/ctor]: https://github.com/stdlib-js/stdlib
181+
[@stdlib/buffer/ctor]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/buffer/ctor
180182
181-
[@stdlib/_tools/static-analysis/js/program-summary]: https://github.com/stdlib-js/stdlib
183+
[@stdlib/_tools/static-analysis/js/program-summary]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/_tools/static-analysis/js/program-summary
182184
183-
[@stdlib/stats/incr/summary]: https://github.com/stdlib-js/stdlib
185+
[@stdlib/stats/incr/summary]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/stats/incr/summary
184186
185187
</section>
186188

lib/node_modules/@stdlib/_tools/static-analysis/js/incr/program-summary/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -334,11 +334,11 @@ console.log( JSON.stringify( acc() ) );
334334

335335
<section class="links">
336336

337-
[@stdlib/buffer/ctor]: https://github.com/stdlib-js/stdlib
337+
[@stdlib/buffer/ctor]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/buffer/ctor
338338

339-
[@stdlib/_tools/static-analysis/js/program-summary]: https://github.com/stdlib-js/stdlib
339+
[@stdlib/_tools/static-analysis/js/program-summary]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/_tools/static-analysis/js/program-summary
340340

341-
[@stdlib/stats/incr/summary]: https://github.com/stdlib-js/stdlib
341+
[@stdlib/stats/incr/summary]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/stats/incr/summary
342342

343343
[mdn-csp]: https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP
344344

lib/node_modules/@stdlib/_tools/static-analysis/js/incr/sloc/README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ var accumulator = incrsloc();
5353
If provided an input program, the accumulator function returns an updated source lines of code (SLOC) statistical summary. If not provided an input program, the accumulator function returns the current SLOC summary state. The input program may be either a `string` or a [`Buffer`][@stdlib/buffer/ctor].
5454

5555
```javascript
56+
var accumulator = incrsloc();
57+
5658
var sloc = accumulator();
5759
// returns {}
5860

@@ -174,11 +176,11 @@ console.log( JSON.stringify( acc() ) );
174176
175177
<section class="links">
176178
177-
[@stdlib/buffer/ctor]: https://github.com/stdlib-js/stdlib
179+
[@stdlib/buffer/ctor]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/buffer/ctor
178180
179-
[@stdlib/_tools/static-analysis/js/program-summary]: https://github.com/stdlib-js/stdlib
181+
[@stdlib/_tools/static-analysis/js/program-summary]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/_tools/static-analysis/js/program-summary
180182
181-
[@stdlib/stats/incr/summary]: https://github.com/stdlib-js/stdlib
183+
[@stdlib/stats/incr/summary]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/stats/incr/summary
182184
183185
</section>
184186

lib/node_modules/@stdlib/_tools/static-analysis/js/lloc-file-list/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ file,lloc
239239

240240
<section class="links">
241241

242-
[@stdlib/_tools/static-analysis/js/incr/lloc]: https://github.com/stdlib-js/stdlib
242+
[@stdlib/_tools/static-analysis/js/incr/lloc]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/_tools/static-analysis/js/incr/lloc
243243

244244
[csv]: https://tools.ietf.org/html/rfc4180
245245

lib/node_modules/@stdlib/_tools/static-analysis/js/lloc-glob/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ $ js-lloc-glob --no-cumulative --format=ndjson .
312312

313313
<section class="links">
314314

315-
[@stdlib/_tools/static-analysis/js/incr/lloc]: https://github.com/stdlib-js/stdlib
315+
[@stdlib/_tools/static-analysis/js/incr/lloc]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/_tools/static-analysis/js/incr/lloc
316316

317317
[csv]: https://tools.ietf.org/html/rfc4180
318318

lib/node_modules/@stdlib/_tools/static-analysis/js/lloc/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,9 +186,9 @@ $ echo -n $'var beep = "boop";\n' | js-lloc
186186

187187
[stdlib-github]: https://github.com/stdlib-js/stdlib
188188

189-
[@stdlib/buffer/ctor]: https://github.com/stdlib-js/stdlib
189+
[@stdlib/buffer/ctor]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/buffer/ctor
190190

191-
[@stdlib/_tools/static-analysis/js/program-summary]: https://github.com/stdlib-js/stdlib
191+
[@stdlib/_tools/static-analysis/js/program-summary]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/_tools/static-analysis/js/program-summary
192192

193193
[standard-streams]: https://en.wikipedia.org/wiki/Standard_streams
194194

lib/node_modules/@stdlib/_tools/static-analysis/js/program-summary/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,8 @@ var summary = analyze( 'var beep = "boop";' );
317317

318318
- Try statements are **assumed** to have the following form:
319319

320+
<!-- eslint-disable no-useless-catch -->
321+
320322
```javascript
321323
var x = 5.0;
322324
@@ -626,7 +628,7 @@ $ echo -n $'var beep = "boop";' | js-program-summary
626628
627629
[stdlib-github]: https://github.com/stdlib-js/stdlib
628630
629-
[@stdlib/buffer/ctor]: https://github.com/stdlib-js/stdlib
631+
[@stdlib/buffer/ctor]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/buffer/ctor
630632
631633
[jsdoc]: http://usejsdoc.org/
632634

lib/node_modules/@stdlib/_tools/static-analysis/js/sloc-file-list/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ file,sloc
239239

240240
<section class="links">
241241

242-
[@stdlib/_tools/static-analysis/js/incr/sloc]: https://github.com/stdlib-js/stdlib
242+
[@stdlib/_tools/static-analysis/js/incr/sloc]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/_tools/static-analysis/js/incr/sloc
243243

244244
[csv]: https://tools.ietf.org/html/rfc4180
245245

lib/node_modules/@stdlib/_tools/static-analysis/js/sloc-glob/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ $ js-sloc-glob --no-cumulative --format=ndjson .
312312

313313
<section class="links">
314314

315-
[@stdlib/_tools/static-analysis/js/incr/sloc]: https://github.com/stdlib-js/stdlib
315+
[@stdlib/_tools/static-analysis/js/incr/sloc]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/_tools/static-analysis/js/incr/sloc
316316

317317
[csv]: https://tools.ietf.org/html/rfc4180
318318

lib/node_modules/@stdlib/_tools/static-analysis/js/sloc/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,9 +184,9 @@ $ echo -n $'var beep = "boop";\n' | js-sloc
184184

185185
[stdlib-github]: https://github.com/stdlib-js/stdlib
186186

187-
[@stdlib/buffer/ctor]: https://github.com/stdlib-js/stdlib
187+
[@stdlib/buffer/ctor]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/buffer/ctor
188188

189-
[@stdlib/_tools/static-analysis/js/program-summary]: https://github.com/stdlib-js/stdlib
189+
[@stdlib/_tools/static-analysis/js/program-summary]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/_tools/static-analysis/js/program-summary
190190

191191
[standard-streams]: https://en.wikipedia.org/wiki/Standard_streams
192192

0 commit comments

Comments
 (0)