Merge pull request #81 from mathuo/77-fix-sonar-code-smells-from-new-rule

chore: fix sonar code smells
This commit is contained in:
mathuo 2022-04-24 11:34:18 +01:00 committed by GitHub
commit 4df08e0661
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,13 +52,13 @@ export class ReactPanelHeaderPart implements ITabRenderer {
};
}
public layout(width: number, height: number) {
public layout(_width: number, _height: number) {
// noop - retrieval from api
}
public updateParentGroup(
group: GroupviewPanel,
isPanelVisible: boolean
_group: GroupviewPanel,
_isPanelVisible: boolean
): void {
// noop - retrieval from api
}