dinhquochan / nova-phpcs

PHP CodeSniffer for Nova. NOTICE: This extension is archived. Move to https://extensions.panic.com/extensions/com.thorlaksson/com.thorlaksson.phpcs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NOTICE: This extension is archived. Move to https://extensions.panic.com/extensions/com.thorlaksson/com.thorlaksson.phpcs/

phpcs for Nova

This issues extension for Nova provides an interface to phpcs. It will be used with files that have the “PHP” language mode.

Linter Installation

Before using this extension, you must ensure that phpcs is installed on your system. The preferred method is using composer for both system-wide and project-wide installations.

Once phpcs is installed, you can proceed to install the phpcs extension if it is not yet installed.

System-wide Installation

The phpcs linter can be installed globally using the Composer Dependency Manager for PHP.

  1. Install composer.

  2. Require phpcs package by typing the following in a terminal:

    composer global require squizlabs/php_codesniffer

Project-wide Installation

The phpcs linter can be installed in your project using the Composer Dependency Manager for PHP.

  1. Install composer.

  2. Require phpcs package by typing the following at the root of your project in a terminal:

    composer require --dev squizlabs/php_codesniffer

Installation

  1. Open Nova.
  2. Choose menu Extensions > Extension Library...
  3. Search extension phpcs
  4. Click Install.

Basic Configuration

You can set the executable_path and standard in Extensions > Extension Library... > phpcs > Preferences.

Changelog

Please see CHANGELOG for more information on what has changed recently.

Credits

License

The MIT License (MIT). Please see License File for more information.

About

PHP CodeSniffer for Nova. NOTICE: This extension is archived. Move to https://extensions.panic.com/extensions/com.thorlaksson/com.thorlaksson.phpcs/

License:MIT License


Languages

Language:JavaScript 92.6%Language:Shell 7.4%