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 9f116b8 commit a36adffCopy full SHA for a36adff
linter.py
@@ -3,7 +3,8 @@
3
# Linter for SublimeLinter3, a code checking framework for Sublime Text 3
4
#
5
# Written by Aparajita Fishman
6
-# Copyright (c) 2013 Aparajita Fishman
+# Copyright (c) 2015-2016 The SublimeLinter Community
7
+# Copyright (c) 2013-2014 Aparajita Fishman
8
9
# License: MIT
10
@@ -14,7 +15,6 @@
14
15
16
17
class CSSLint(Linter):
-
18
"""Provides an interface to the csslint executable."""
19
20
syntax = ('css', 'css3', 'html')
0 commit comments