Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
converse.js
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
converse.js
Commits
61effa09
Commit
61effa09
authored
Feb 21, 2013
by
Michal Čihař
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Comment out checks configuration from example config
In most cases users don't want to touch this.
parent
1c8a86ca
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
24 deletions
+24
-24
weblate/settings_example.py
weblate/settings_example.py
+24
-24
No files found.
weblate/settings_example.py
View file @
61effa09
...
@@ -328,30 +328,30 @@ LOCK_TIME = 15 * 60
...
@@ -328,30 +328,30 @@ LOCK_TIME = 15 * 60
WHOOSH_INDEX
=
os
.
path
.
join
(
WEB_ROOT
,
'whoosh-index'
)
WHOOSH_INDEX
=
os
.
path
.
join
(
WEB_ROOT
,
'whoosh-index'
)
# List of quality checks
# List of quality checks
CHECK_LIST
=
(
#
CHECK_LIST = (
'trans.checks.same.SameCheck'
,
#
'trans.checks.same.SameCheck',
'trans.checks.chars.BeginNewlineCheck'
,
#
'trans.checks.chars.BeginNewlineCheck',
'trans.checks.chars.EndNewlineCheck'
,
#
'trans.checks.chars.EndNewlineCheck',
'trans.checks.chars.BeginSpaceCheck'
,
#
'trans.checks.chars.BeginSpaceCheck',
'trans.checks.chars.EndSpaceCheck'
,
#
'trans.checks.chars.EndSpaceCheck',
'trans.checks.chars.EndStopCheck'
,
#
'trans.checks.chars.EndStopCheck',
'trans.checks.chars.EndColonCheck'
,
#
'trans.checks.chars.EndColonCheck',
'trans.checks.chars.EndQuestionCheck'
,
#
'trans.checks.chars.EndQuestionCheck',
'trans.checks.chars.EndExclamationCheck'
,
#
'trans.checks.chars.EndExclamationCheck',
'trans.checks.chars.EndEllipsisCheck'
,
#
'trans.checks.chars.EndEllipsisCheck',
'trans.checks.format.PythonFormatCheck'
,
#
'trans.checks.format.PythonFormatCheck',
'trans.checks.format.PHPFormatCheck'
,
#
'trans.checks.format.PHPFormatCheck',
'trans.checks.format.CFormatCheck'
,
#
'trans.checks.format.CFormatCheck',
'trans.checks.consistency.PluralsCheck'
,
#
'trans.checks.consistency.PluralsCheck',
'trans.checks.consistency.ConsistencyCheck'
,
#
'trans.checks.consistency.ConsistencyCheck',
'trans.checks.consistency.DirectionCheck'
,
#
'trans.checks.consistency.DirectionCheck',
'trans.checks.chars.NewlineCountingCheck'
,
#
'trans.checks.chars.NewlineCountingCheck',
'trans.checks.markup.BBCodeCheck'
,
#
'trans.checks.markup.BBCodeCheck',
'trans.checks.chars.ZeroWidthSpaceCheck'
,
#
'trans.checks.chars.ZeroWidthSpaceCheck',
'trans.checks.markup.XMLTagsCheck'
,
#
'trans.checks.markup.XMLTagsCheck',
'trans.checks.source.OptionalPluralCheck'
,
#
'trans.checks.source.OptionalPluralCheck',
'trans.checks.source.EllipsisCheck'
,
#
'trans.checks.source.EllipsisCheck',
)
#
)
# E-mail address that error messages come from.
# E-mail address that error messages come from.
SERVER_EMAIL
=
'noreply@weblate.org'
SERVER_EMAIL
=
'noreply@weblate.org'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment