Skip to content

Commit

Permalink
Remove misc.scare_quotes a typography.symbols proselint rules
Browse files Browse the repository at this point in the history
  • Loading branch information
f-meloni committed Jul 6, 2019
1 parent bf3a259 commit ba18428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dangerfile.swift
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ func isCnDocsMarkdown(_ file: String) -> Bool {
let addedAndModifiedCnDocsMarkdown = danger.git.createdFiles.filter(isCnDocsMarkdown) + danger.git.modifiedFiles.filter(isCnDocsMarkdown)
if #available(OSX 10.12, *),
!addedAndModifiedCnDocsMarkdown.isEmpty {
Proselint.performSpellCheck(files: addedAndModifiedCnDocsMarkdown)
Proselint.performSpellCheck(files: addedAndModifiedCnDocsMarkdown, excludedRules: ["misc.scare_quotes", "typography.symbols"])
}

// Run danger-prose to lint and check spelling English docs
Expand Down

0 comments on commit ba18428

Please sign in to comment.