Skip to content

Commit 8c9fee6

Browse files
committed
fix cspell disabling comment
1 parent b7c816c commit 8c9fee6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/unit/createOrUpdateStagingDeployTest.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,8 @@ const basePRList = [
130130
];
131131

132132
const baseIssueList = [`https://github.com/${process.env.GITHUB_REPOSITORY}/issues/11`, `https://github.com/${process.env.GITHUB_REPOSITORY}/issues/12`];
133-
// eslint-disable-next-line max-len, cspell:disable-next-line
133+
// eslint-disable-next-line max-len
134+
// cspell:disable-next-line
134135
const baseExpectedOutput = (version = '1.0.2-1') =>
135136
`**Release Version:** \`${version}\`\r\n**Compare Changes:** https://github.com/${process.env.GITHUB_REPOSITORY}/compare/production...staging\r\n\r\n> 💡 **Deployer FYI:** This checklist was generated using a new process. PR list from original method and detail logging can be found in the most recent [deploy workflow](https://github.com/Expensify/App/actions/workflows/deploy.yml) labeled \`staging\`, in the \`createChecklist\` action. Please tag @Julesssss with any issues.\r\n\r\n\r\n**This release contains changes from the following pull requests:**\r\n`;
136137
const openCheckbox = '- [ ] ';

0 commit comments

Comments
 (0)