Skip to content

Commit

Permalink
[#1051] Coding standards: Fix remaining bad spellings
Browse files Browse the repository at this point in the history
  • Loading branch information
tobes committed Jun 27, 2013
1 parent 21d8880 commit 95dec8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ckan/lib/navl/__init__.py
@@ -1 +1 @@
__licence__ = 'MIT'
__license__ = 'MIT'
4 changes: 1 addition & 3 deletions ckan/tests/test_coding_standards.py
Expand Up @@ -99,9 +99,7 @@ def cs_filter(f, filter_, ignore_comment_lines=True):

class TestBadSpellings(object):

BAD_SPELLING_BLACKLIST_FILES = [
'ckan/lib/navl/__init__.py',
]
BAD_SPELLING_BLACKLIST_FILES = []

# these are the bad spellings with the correct spelling
# use LOWER case
Expand Down

0 comments on commit 95dec8c

Please sign in to comment.