mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-22 06:42:41 +01:00
Remove some dead comments.
Summary: These comments are redundant now. Test Plan: N/A Reviewers: chad, epriestley, #blessed_reviewers Reviewed By: epriestley, #blessed_reviewers Subscribers: epriestley, Korvin Differential Revision: https://secure.phabricator.com/D9037
This commit is contained in:
parent
89de113787
commit
2dba2f8528
1 changed files with 1 additions and 6 deletions
|
@ -1,12 +1,7 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* Uses "CSS lint" to detect checkstyle errors in css code.
|
||||
* To use this linter, you must install CSS lint.
|
||||
* ##npm install csslint -g## (don't forget the -g flag or NPM will install
|
||||
* the package locally).
|
||||
*
|
||||
* @group linter
|
||||
* Uses "CSS Lint" to detect checkstyle errors in css code.
|
||||
*/
|
||||
final class ArcanistCSSLintLinter extends ArcanistExternalLinter {
|
||||
|
||||
|
|
Loading…
Reference in a new issue