New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

aquifer-coder

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aquifer-coder

Coding standards sniffing and linting utility.

  • 1.0.7
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
12
decreased by-25%
Maintainers
1
Weekly downloads
 
Created
Source

aquifer-coder

Coding standards sniffing and linting utility for Aquifer projects.

Installation

To install this extension, in your Aquifer project, run:

aquifer extension-add aquifer-coder

Use

This extension adds a few commands to the Aquifer CLI within your project:

  • aquifer lint - Lints all code files in all directories containing custom code.
  • aquifer jslint - Lints JavaScript code files in all directories containing custom code.
  • aquifer phplint - Lints PHP code files in all directories containing custom code.

Running any of these commands will create a report that outlines any coding standards violations or linting errors in your codebase. A default set of eslint rules is provided, and the Drupal Coding Standards PHPCodesniffer rules are used.

Configuration

You might not want to use the eslint rules provided with this extension, or the Drupal Coding Standards. This extension provides two optional parameters:

in your aquifer.json file:

...
"extensions": {
  "aquifer-coder": {
    "source": "aquifer-coder",
    "eslintrc": "relative/path/to/.eslintrc",
    "eslintIgnore": "relative/path/to/.eslintignore"
    "phpcsStandard": "relative/path/to/phpcsStandardFile"
  }
}
...

FAQs

Package last updated on 04 Mar 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc