We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39c74d5 commit 4b8fb98Copy full SHA for 4b8fb98
check
@@ -298,7 +298,7 @@ def do_checks(srcdir):
298
errcnt += check_rdns(data)
299
for domain in data.get('domains', []):
300
errcnt += check_dupe("Domain", domain.upper(), domains, community)
301
- if domain.endswith( '.' ):
+ if domain.endswith('.'):
302
errcnt += 1
303
error("Domain ends with .: %s" % (domain))
304
try:
0 commit comments