mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[AAE-7100] migrate ADF projects to eslint (#7483)
* migrate content services to eslint * migrate insights to eslint * migrate extensions to eslint * migrate testing lib to eslint * migrate CLI to eslint * migrate process-services to eslint * migrate process-services-cloud to eslint * remove cli analytics [ci:force]
This commit is contained in:
@@ -56,6 +56,7 @@ interface DiffOptions {
|
||||
|
||||
/**
|
||||
* Get the remote URL for the cloned git repository
|
||||
*
|
||||
* @param workingDir Repository directory
|
||||
* @returns URL pointing to the git remote
|
||||
*/
|
||||
@@ -68,6 +69,7 @@ function getRemote(workingDir: string): string {
|
||||
|
||||
/**
|
||||
* Get the list of commits based on the configuration options
|
||||
*
|
||||
* @param options Logging options
|
||||
* @returns Collection of Commit objects
|
||||
*/
|
||||
@@ -78,7 +80,7 @@ function getCommits(options: DiffOptions): Array<Commit> {
|
||||
.join('\|');
|
||||
|
||||
if (!authorFilter) {
|
||||
authorFilter = "bot\|Alfresco Build User";
|
||||
authorFilter = `bot\|Alfresco Build User`;
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user