-
-
Notifications
You must be signed in to change notification settings - Fork 173
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
<redpen-conf lang="en" variant="us"> | ||
<validators> | ||
<!--Rules on expressions--> | ||
<validator name="SymbolWithSpace"/> | ||
<validator name="SuccessiveWord" /> | ||
<validator name="FrequentSentenceStart"/> | ||
<validator name="UnexpandedAcronym"/> | ||
|
||
<!--Rules on sections and paragraphs--> | ||
<validator name="SpaceBeginningOfSentence" /> | ||
<validator name="DuplicatedSection" /> | ||
<validator name="DoubleNegative" /> | ||
<validator name="SuccessiveSentence" /> | ||
|
||
<!--Rules on symbols and terminologies--> | ||
<validator name="InvalidSymbol"/> | ||
<validator name="Spelling"> | ||
<property name="dict" value="redpen-spelling"/> | ||
</validator> | ||
<validator name="Hyphenation"/> | ||
<validator name="NumberFormat"/> | ||
|
||
<!--Load JavaScript validators--> | ||
<validator name="JavaScript" /> | ||
</validators> | ||
<symbols> | ||
<symbol name="LEFT_SINGLE_QUOTATION_MARK" value="'" invalid-chars="‘" before-space="false" after-space="false" /> | ||
<symbol name="RIGHT_SINGLE_QUOTATION_MARK" value="'" invalid-chars="’" before-space="false" after-space="false" /> | ||
</symbols> | ||
</redpen-conf> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
dplyr | ||
gapminder | ||
RStudio | ||
summative |