@zohodesk/codestandard-analytics
Advanced tools
Comparing version 0.0.1-exp-12 to 0.0.1-exp-13
@@ -68,5 +68,5 @@ "use strict"; | ||
} = (0, _fileUtils.getLintConfiguration)(); | ||
const endPoint = `${gitEndPoint}/api/v4/projects/7761/repository/compare?from=${(0, _getSonarProperties.getBranchName)()}&to=${compareBranch}`; | ||
const endPoint = `${gitEndPoint}/api/v4/projects/7761/repository/compare?from=${compareBranch}&to=${(0, _getSonarProperties.getBranchName)()}`; | ||
const command = `curl --header "PRIVATE-TOKEN:${(0, _hash.decrypt)(token, 12)}" "${endPoint}"`; | ||
(0, _fs.writeFileSync)(branchDiffPath, requestUtils(command)); | ||
} |
{ | ||
"name": "@zohodesk/codestandard-analytics", | ||
"version": "0.0.1-exp-12", | ||
"version": "0.0.1-exp-13", | ||
"description": "linting tool", | ||
@@ -5,0 +5,0 @@ "dependencies": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package