Skip to content

Commit 3c5b4e2

Browse files
committed
Use standard name for the linter module.
1 parent 91ffdf9 commit 3c5b4e2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pep8.py renamed to linter.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
#
2-
# pep8.py
2+
# linter.py
33
# Linter for SublimeLinter3, a code checking framework for Sublime Text 3
44
#
55
# Written by Aparajita Fishman
6+
# Copyright (c) 2013 Aparajita Fishman
67
#
78
# Project: https://github.com/SublimeLinter/SublimeLinter-contrib-pep8
89
# License: MIT

0 commit comments

Comments
 (0)