Skip to content

Commit 9d98d3b

Browse files
committed
Clean up
1 parent 52c6bc3 commit 9d98d3b

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

.github/ISSUE_TEMPLATE/rules-issue-template.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ about: issues related with ACT Rules
44
title: ''
55
labels: ''
66
assignees: ''
7-
---Please describe the issue with references and relevant examples where necessary.
7+
8+
---
9+
10+
Please describe the issue with references and relevant examples where necessary.
811

912
--- or ---
1013

__tests__/spelling.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,7 @@ function getCuratedMarkdownBody(body, options = {}) {
109109
* @returns {String[]}
110110
*/
111111
function getSpellIgnored() {
112-
const ignoreConfigured = yaml.load(fs.readFileSync('./__tests__/spelling-ignore.yml', 'utf8'), {
113-
schema: yaml.FAILSAFE_SCHEMA,
114-
}) //added schema due to entries starting with a non-zero digit
112+
const ignoreConfigured = yaml.load(fs.readFileSync('./__tests__/spelling-ignore.yml', 'utf8'), {schema: yaml.FAILSAFE_SCHEMA}) //added schema due to entries starting with a non-zero digit
115113

116114
/*
117115
Building spelling exception in the shape FOOxxx where xxx is a number.

0 commit comments

Comments
 (0)