New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

standard-gitlab

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

standard-gitlab

A custom formatter for StandardJS that generates Gitlab Code Quality compatible reports

latest
Source
npmnpm
Version
1.0.1
Version published
Weekly downloads
2
-93.33%
Maintainers
1
Weekly downloads
 
Created
Source

standard-gitlab

A formatter for StandardJS that outputs a GitLab Code Quality compatible report.

Install

Using npm:

npm install --save-dev standard-gitlab

Usage

CLI

standard | standard-gitlab

.gitlab-ci.yaml

StandardJS - check code styling:
  image: XXX
  script:
    - standard | standard-gitlab -o standardjs-report.json --human-readable
  artifacts:
    expire_in: 1 week
    reports:
      codequality: standardjs-report.json

Options

-o, --output <file>

Write the report to a file instead of stdout.

--human-readable

Output a human readable report to stdout instead of a JSON report. So you can use it in a pipeline.

Keywords

standard

FAQs

Package last updated on 08 Jan 2024

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