Giter Club home page Giter Club logo

codeclimate-types's Introduction

codeclimate-types

github actions npm version npm downloads

TypeScript type definitions for Code Climate reports

Table of Contents

Installation

npm install codeclimate-types

Usage

This package can be used to work with Code Climate reports in a type-safe manner. A practical use case is to generate a GitLab code quality artifact.

API

The package exports the following types:

  • Issue — An issue represents a single instance of a real or potential code problem, detected by a static analysis Engine.
  • Category — Issues must be associated with one or more categories.
  • Location — Locations refer to ranges of a source code file.
  • Position — Positions refer to specific characters within a source file.
  • Content — Content gives more information about the issue’s check.
  • Trace — Some engines require the ability to refer to other source locations in describing an issue.
  • Severity — A severity string describing the potential impact of the issue found.

Related Projects

License

MIT © Remco Haszing

codeclimate-types's People

Contributors

remcohaszing avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.