Skip to content

Commit

Permalink
tests ~ restyle spell-checker exceptions for visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
rivy committed Aug 1, 2022
1 parent 992e13d commit 558cf81
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/integration.test.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/* eslint-env es6, node */
/* eslint complexity: ['error', { max: 10 }] */ // set maximum cyclomatic complexity to 10; ref: <https://eslint.org/docs/rules/complexity>

// # spell-checker:ignore (modules) Deno ESM ESMs vNodeJSMajor vNodeJSminor cyclomatic execa

'use strict';

const fs = require('fs');
Expand Down
2 changes: 2 additions & 0 deletions test/unit.test.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/* eslint-env es6, node */
/* eslint complexity: ['error', { max: 10 }] */ // set maximum cyclomatic complexity to 10; ref: <https://eslint.org/docs/rules/complexity>

// # spell-checker:ignore AllUsersProfile HomeDrive HomePath LocalAppData SystemDrive SystemRoot UserProfile cyclomatic windir

'use strict';

const os = require('os');
Expand Down

0 comments on commit 558cf81

Please sign in to comment.