1
0
mirror of https://github.com/sasjs/lint.git synced 2026-01-05 03:30:06 +00:00

chore: spec fixes

This commit is contained in:
2022-08-15 21:57:18 +05:00
parent 4772aa70c6
commit 5290339c9e
2 changed files with 56 additions and 20 deletions

View File

@@ -7,7 +7,7 @@ import { LintConfig } from '../types'
/**
* A function to check if file/folder path matches any pattern from .gitignore or ignoreList (.sasjsLint)
*
* @param fPath absolute path of file or folder
* @param {string} fPath - absolute path of file or folder
* @returns {Promise<boolean>} true if path matches the patterns from .gitignore file otherwise false
*/
export const isIgnored = async (