refactor: Remove unused lint directives (no-changelog) (#9842)
This commit is contained in:
@@ -317,7 +317,6 @@ export class SourceControlGitService {
|
||||
await this.setGitSshCommand();
|
||||
const params = {};
|
||||
if (options.ffOnly) {
|
||||
// eslint-disable-next-line @typescript-eslint/naming-convention
|
||||
Object.assign(params, { '--ff-only': true });
|
||||
}
|
||||
return await this.git.pull(params);
|
||||
|
||||
Reference in New Issue
Block a user