English
French
German
Polish
Catalan
Italian
Breton
Dutch
Portuguese
Russian
Esperanto
Galician
Greek
Icelandic
Japanese
Lithuanian
Romanian
Slovenian
Spanish
Swedish
Tagalog
Ukrainian
Browse Rules: 908 matches
| Active? | Description | Pattern | Category |
|---|---|---|---|
| n/a | Number starting a sentence | /SENT_START \d+ | Bad style |
| n/a | Word order: 'Hopefully' starting a sentence | /SENT_START hopefully | Bad style |
| n/a | Readability: Three nouns in a row | .{2,}/NN|NN:.*/exceptions=[today|yesterday|tomorrow|now|in|are /VBG|VB|VBP|VBD|... | Bad style |
| n/a | Checks that a sentence starts with an uppercase letter | [Java rule] | Capitalization |
| n/a | Capitalize lowercase words ('i am') | [A-Z][a-z]+ | Capitalization |
| n/a | Capitalize lowercase words ('i am') | i | Capitalization |
| n/a | Capitalize lowercase words ('i am') | "|“ [A-Z][a-z]+ [a-z]+/NN | Capitalization |
| n/a | Capitalize lowercase words ('i am') | [a-z]+/UNKNOWN | Capitalization |
| n/a | Capitalize lowercase words ('i am') | [a-z]+/NNP | Capitalization |
| n/a | Wrong preposition: 'superior/inferior than' (superior/inferior to) | superior|inferior than | Collocations |
| n/a | Wrong preposition: 'superior/inferior than' (superior/inferior to) | more superior|inferior than | Collocations |