Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: defaults/rules.json

Issue 8401090: Modified server-side rules generation to produce prioritized domain lists instead of complete suffi… (Closed)
Patch Set: Created Sept. 25, 2012, 11:32 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | updateRules.py » ('j') | updateRules.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: defaults/rules.json
===================================================================
--- a/defaults/rules.json
+++ b/defaults/rules.json
@@ -1,10 +1,10 @@
{
- "version": 2,
+ "version": 3,
"expressions": [
// Comma or semicolon instead of dot
{"find": "[,;]", "replace": "."},
// Leading or trailing dots
{"find": "^\\.+|\\.+$", "replace": ""},
« no previous file with comments | « no previous file | updateRules.py » ('j') | updateRules.py » ('J')

Powered by Google App Engine
This is Rietveld