Skip to content

Commit

Permalink
fix markdownlint warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
llaville committed Dec 20, 2021
1 parent fcac994 commit 70aa23a
Show file tree
Hide file tree
Showing 50 changed files with 51 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!-- markdownlint-disable MD013 -->
# Changelog

All notable changes to this project will be documented in this file.
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!-- markdownlint-disable MD013 -->
# SARIF PHP SDK

| Stable |
Expand Down Expand Up @@ -30,4 +31,5 @@ generated from the [docs](https://github.com/llaville/sarif-php-sdk/tree/master/
- API [Reference](docs/reference/) describes all SARIF objects with examples.

And also

- [Study the tutorials](https://github.com/microsoft/sarif-tutorials) from GitHub's Microsoft account.
1 change: 1 addition & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!-- markdownlint-disable MD013 -->
# About

This PHP SDK produces the SARIF output, which is a JSON file formatted
Expand Down
1 change: 1 addition & 0 deletions docs/reference/address.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!-- markdownlint-disable MD013 -->
# address object

An `address` object describes a physical or virtual address,
Expand Down
1 change: 1 addition & 0 deletions docs/reference/artifact.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!-- markdownlint-disable MD013 -->
# artifact object

An `artifact` object represents a single artifact.
Expand Down
1 change: 1 addition & 0 deletions docs/reference/artifactChange.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!-- markdownlint-disable MD013 -->
# artifactChange object

An `artifactChange` object represents a change to a single artifact.
Expand Down
1 change: 1 addition & 0 deletions docs/reference/artifactContent.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!-- markdownlint-disable MD013 -->
# artifactContent object

Certain properties in this document represent the contents of portions of artifacts external to the log file,
Expand Down
1 change: 1 addition & 0 deletions docs/reference/attachment.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!-- markdownlint-disable MD013 -->
# attachment object

An `attachment` object describes an artifact relevant to the detection of a result.
Expand Down
1 change: 1 addition & 0 deletions docs/reference/codeFlow.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!-- markdownlint-disable MD013 -->
# codeFlow object

A `codeFlow` object describes the progress of one or more programs through one or more thread flows,
Expand Down
1 change: 1 addition & 0 deletions docs/reference/configurationOverride.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!-- markdownlint-disable MD013 -->
# configurationOverride object

A `configurationOverride` object modifies the effective runtime configuration of a specified `reportingDescriptor` object,
Expand Down
1 change: 1 addition & 0 deletions docs/reference/conversion.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!-- markdownlint-disable MD013 -->
# conversion object

A `conversion` object describes how a converter transformed the output of an analysis tool
Expand Down
1 change: 1 addition & 0 deletions docs/reference/edge.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!-- markdownlint-disable MD013 -->
# edge object

A `edge` object represents a directed edge in the graph represented by theGraph.
Expand Down
1 change: 1 addition & 0 deletions docs/reference/edgeTraversal.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!-- markdownlint-disable MD013 -->
# edgeTraversal object

An `edgeTraversal` object represents the traversal of a single edge during a graph traversal.
Expand Down
1 change: 1 addition & 0 deletions docs/reference/exception.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!-- markdownlint-disable MD013 -->
# exception object

An `exception` object describes a runtime exception encountered during the execution of an analysis tool.
Expand Down
1 change: 1 addition & 0 deletions docs/reference/externalProperties.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!-- markdownlint-disable MD013 -->
# externalProperties object

The top-level element of an external property file SHALL be an object which we refer to as an `externalProperties` object.
Expand Down
1 change: 1 addition & 0 deletions docs/reference/externalPropertyFileReference.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!-- markdownlint-disable MD013 -->
# externalPropertyFileReference object

An `externalPropertyFileReference` object contains information that enables a SARIF consumer
Expand Down
1 change: 1 addition & 0 deletions docs/reference/externalPropertyFileReferences.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!-- markdownlint-disable MD013 -->
# externalPropertyFileReferences object

An `externalPropertyFileReferences` object contains information that enables a SARIF consumer
Expand Down
1 change: 1 addition & 0 deletions docs/reference/fix.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!-- markdownlint-disable MD013 -->
# fix object

A `fix` object represents a proposed fix for the problem indicated by theResult. It specifies a set of artifacts to modify.
Expand Down
1 change: 1 addition & 0 deletions docs/reference/graph.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!-- markdownlint-disable MD013 -->
# graph object

A `graph` object represents a directed graph, a network of nodes and directed edges
Expand Down
1 change: 1 addition & 0 deletions docs/reference/graphTraversal.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!-- markdownlint-disable MD013 -->
# graphTraversal object

A `graphTraversal` object represents a "graph traversal", that is, a path through
Expand Down
1 change: 1 addition & 0 deletions docs/reference/invocation.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!-- markdownlint-disable MD013 -->
# invocation object

An `invocation` object describes the invocation of the analysis tool that was run.
Expand Down
1 change: 1 addition & 0 deletions docs/reference/locationRelationship.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!-- markdownlint-disable MD013 -->
# locationRelationship object

A `locationRelationship` object specifies one or more directed relationships from one location object,
Expand Down
1 change: 1 addition & 0 deletions docs/reference/logicalLocation.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!-- markdownlint-disable MD013 -->
# logicalLocation object

A `logicalLocation` object describes a logical location.
Expand Down
1 change: 1 addition & 0 deletions docs/reference/message.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!-- markdownlint-disable MD013 -->
# message object

Certain objects in this document define messages intended to be viewed by a user.
Expand Down
1 change: 1 addition & 0 deletions docs/reference/node.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!-- markdownlint-disable MD013 -->
# node object

A `node` object represents a node in the graph represented by the containing graph object, which we refer to as theGraph.
Expand Down
1 change: 1 addition & 0 deletions docs/reference/notification.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!-- markdownlint-disable MD013 -->
# notification object

A `notification` object describes a condition encountered during the execution of an analysis tool
Expand Down
1 change: 1 addition & 0 deletions docs/reference/physicalLocation.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!-- markdownlint-disable MD013 -->
# physicalLocation object

A `physicalLocation` object represents the physical location where a result was detected.
Expand Down
1 change: 1 addition & 0 deletions docs/reference/rectangle.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!-- markdownlint-disable MD013 -->
# rectangle object

A `rectangle` object specifies a rectangular area within an image.
Expand Down
1 change: 1 addition & 0 deletions docs/reference/replacement.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!-- markdownlint-disable MD013 -->
# replacement object

A `replacement` object represents the replacement of a single region of an artifact.
Expand Down
1 change: 1 addition & 0 deletions docs/reference/reportingConfiguration.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!-- markdownlint-disable MD013 -->
# reportingConfiguration object

A `reportingConfiguration` object contains the information in a `reportingDescriptor` that a SARIF producer can modify
Expand Down
1 change: 1 addition & 0 deletions docs/reference/reportingDescriptor.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!-- markdownlint-disable MD013 -->
# reportingDescriptor object

A `reportingDescriptor` object contains information that describes a "reporting item" generated by a tool.
Expand Down
1 change: 1 addition & 0 deletions docs/reference/reportingDescriptorReference.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!-- markdownlint-disable MD013 -->
# reportingDescriptorReference object

A `reportingDescriptorReference` object identifies a particular `reportingDescriptor` object,
Expand Down
1 change: 1 addition & 0 deletions docs/reference/reportingDescriptorRelationship.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!-- markdownlint-disable MD013 -->
# reportingDescriptorRelationship object

A `reportingDescriptorRelationship` object specifies one or more directed relationships
Expand Down
1 change: 1 addition & 0 deletions docs/reference/result.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!-- markdownlint-disable MD013 -->
# result object

A `result` object describes a single result detected by an analysis tool.
Expand Down
1 change: 1 addition & 0 deletions docs/reference/resultProvenance.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!-- markdownlint-disable MD013 -->
# resultProvenance object

A `resultProvenance` object contains information about the how and when theResult was detected.
Expand Down
1 change: 1 addition & 0 deletions docs/reference/run.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!-- markdownlint-disable MD013 -->
# run object

An sarifLog object specifies the version of the file format and contains the output from one or more runs.
Expand Down
1 change: 1 addition & 0 deletions docs/reference/runAutomationDetails.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!-- markdownlint-disable MD013 -->
# runAutomationDetails object

A `runAutomationDetails` object contains information that specifies theRun’s identity and role within an engineering system.
Expand Down
1 change: 1 addition & 0 deletions docs/reference/sarifLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!-- markdownlint-disable MD013 -->
# sariflog object

An sarifLog object specifies the version of the file format and contains the output from one or more runs.
Expand Down
1 change: 1 addition & 0 deletions docs/reference/specialLocations.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!-- markdownlint-disable MD013 -->
# specialLocations object

A `specialLocations` object defines locations of special significance to SARIF consumers.
Expand Down
1 change: 1 addition & 0 deletions docs/reference/stack.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!-- markdownlint-disable MD013 -->
# stack object

A `stack` object describes a single call stack.
Expand Down
1 change: 1 addition & 0 deletions docs/reference/stackFrame.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!-- markdownlint-disable MD013 -->
# stackFrame object

A `stackFrame` object describes a single stack frame within a call stack.
Expand Down
1 change: 1 addition & 0 deletions docs/reference/suppression.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!-- markdownlint-disable MD013 -->
# suppression object

A `suppression` object describes a request to suppress a result.
Expand Down
1 change: 1 addition & 0 deletions docs/reference/threadFlow.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!-- markdownlint-disable MD013 -->
# threadFlow object

A `threadFlow` object is a sequence of code locations that specify a possible path through a single thread of execution
Expand Down
1 change: 1 addition & 0 deletions docs/reference/threadFlowLocation.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!-- markdownlint-disable MD013 -->
# threadFlowLocation object

A `threadFlowLocation` object represents a location visited by an analysis tool
Expand Down
1 change: 1 addition & 0 deletions docs/reference/tool.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!-- markdownlint-disable MD013 -->
# tool object

A `tool` object describes the analysis tool or converter that was run.
Expand Down
1 change: 1 addition & 0 deletions docs/reference/toolComponentReference.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!-- markdownlint-disable MD013 -->
# toolComponentReference object

A `toolComponentReference` object identifies a particular `toolComponent` object,
Expand Down
1 change: 1 addition & 0 deletions docs/reference/translationMetadata..md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!-- markdownlint-disable MD013 -->
# translationMetadata object

A `translationMetadata` object defines locations of special significance to SARIF consumers.
Expand Down
1 change: 1 addition & 0 deletions docs/reference/versionControlDetails.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!-- markdownlint-disable MD013 -->
# versionControlDetails object

A `versionControlDetails` object specifies the information necessary to retrieve from a version control system (VCS)
Expand Down
1 change: 1 addition & 0 deletions docs/reference/webRequest.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!-- markdownlint-disable MD013 -->
# webRequest object

A `webRequest` object describes an HTTP request (RFC7230).
Expand Down
1 change: 1 addition & 0 deletions docs/reference/webResponse.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!-- markdownlint-disable MD013 -->
# webResponse object

A `webResponse` object describes the response to an HTTP request (RFC7230)
Expand Down

0 comments on commit 70aa23a

Please sign in to comment.