Skip to content

Latest commit

 

History

History
72 lines (43 loc) · 2.97 KB

commit-properties-statistics.md

File metadata and controls

72 lines (43 loc) · 2.97 KB

Untitled object in Commit Schema

https://platform.codeclimate.com/schemas/commit#/properties/statistics

commit statistics.

Abstract Extensible Status Identifiable Custom Properties Additional Properties Access Restrictions Defined In
Can be instantiated No Unknown status No Forbidden Allowed none Commit.schema.json*

statistics Type

object (Details)

undefined Properties

Property Type Required Nullable Defined by
additions integer Optional cannot be null Commit
deletions integer Optional cannot be null Commit
total integer Optional cannot be null Commit

additions

Lines of code added in this commit.

additions

  • is optional
  • Type: integer
  • cannot be null
  • defined in: Commit

additions Type

integer

deletions

Lines of code deleted in this commit.

deletions

  • is optional
  • Type: integer
  • cannot be null
  • defined in: Commit

deletions Type

integer

total

Total lines of code in this commit.

total

  • is optional
  • Type: integer
  • cannot be null
  • defined in: Commit

total Type

integer