Socket
Socket
Sign inDemoInstall

@ember-template-lint/pending-utils

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ember-template-lint/pending-utils

![CI Build](https://github.com/ember-template-lint/ember-template-lint-pending-utils/workflows/CI%20Build/badge.svg)


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

@ember-template-lint/pending-utils

CI Build

A collection of utilities to generate and store lint item metadata.

Those utilities are:

buildPendingLintMessage(lintResult, lintMessage)

Adapts an {ESLint.LintResult} or {TemplateLintResult} to a {PendingLintMessage}

buildPendingLintMessages(lintResults)

Adapts a list of {ESLint.LintResult} or {TemplateLintResult} to a list of {PendingLintMessage}

ensurePendingDir(baseDir)

Creates, or ensures the creation of, the .lint-pending directory.

generateFileName(pendingLintMessage)

Generates a unique filename for a pending lint message.

generatePendingFiles(baseDir, pendingLintMessages)

Generates files for pending lint violations. One file is generated for each violation, using a generated hash to identify each.

Given a list of pending lint violations, this function will also delete existing files that no longer have a pending lint violation.

updatePendingForFile(baseDir, filePath, pendingLintMessages)

Updates violations for a single file.

readPendingFiles(baseDir)

Reads all pending files in the .lint-pending directory.

buildPendingLintMessage(lintResult, lintMessage)

Kind: global function

ParamTypeDescription
lintResultESLint.LintResultThe lint result object, either an or an {TemplateLintResult}.
lintMessageA lint message object representing a specific violation for a file.

buildPendingLintMessages(lintResults)

Kind: global function

ParamTypeDescription
lintResultsLintResultA list of objects to convert to {PendingLintMessage} objects.

ensurePendingDir(baseDir)

Creates, or ensures the creation of, the .lint-pending directory.

Kind: global function

ParamDescription
baseDirThe base directory that contains the .lint-pending storage directory.

generateFileName(pendingLintMessage)

Generates a unique filename for a pending lint message.

Kind: global function

ParamDescription
pendingLintMessageThe linting data for an individual violation.

generatePendingFiles(baseDir, pendingLintMessages)

Generates files for pending lint violations. One file is generated for each violation, using a generated hash to identify each.

Given a list of pending lint violations, this function will also delete existing files that no longer have a pending lint violation.

Kind: global function

ParamDescription
baseDirThe base directory that contains the .lint-pending storage directory.
pendingLintMessagesThe linting data for all violations.

updatePendingForFile(baseDir, filePath, pendingLintMessages)

Updates violations for a single file.

Kind: global function

ParamDescription
baseDirThe base directory that contains the .lint-pending storage directory.
filePathThe absolute file path of the file to update violations for.
pendingLintMessagesThe linting data for all violations.

readPendingFiles(baseDir)

Reads all pending files in the .lint-pending directory.

Kind: global function

ParamDescription
baseDirThe base directory that contains the .lint-pending storage directory.

FAQs

Package last updated on 01 Oct 2020

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