Skip to content

Fix linter issues#1590

Merged
bigfluffycookie merged 1 commit intomainfrom
hyperglance-block
Nov 10, 2025
Merged

Fix linter issues#1590
bigfluffycookie merged 1 commit intomainfrom
hyperglance-block

Conversation

@bigfluffycookie
Copy link
Copy Markdown
Contributor

Fixes OPS-3000

@linear
Copy link
Copy Markdown

linear Bot commented Nov 10, 2025

@bigfluffycookie bigfluffycookie marked this pull request as ready for review November 10, 2025 12:30
Copilot AI review requested due to automatic review settings November 10, 2025 12:30
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR addresses linter issues across the Hyperglance block codebase by standardizing code formatting and style. The changes focus on fixing syntax errors, improving code consistency, and ensuring adherence to style guidelines.

Key changes:

  • Fixed trailing comma issues in object literals and function parameters
  • Standardized quote usage from double quotes to single quotes throughout
  • Corrected indentation and formatting across multiple files

Reviewed Changes

Copilot reviewed 15 out of 15 changed files in this pull request and generated no comments.

Show a summary per file
File Description
packages/blocks/hyperglance/test/index.test.ts Added missing trailing comma in test object
packages/blocks/hyperglance/src/lib/hgapi/topology.ts Fixed formatting, quotes, spacing, and trailing commas
packages/blocks/hyperglance/src/lib/hgapi/search.ts Standardized formatting and quote usage
packages/blocks/hyperglance/src/lib/hgapi/recommendations.ts Improved formatting and fixed trailing commas
packages/blocks/hyperglance/src/lib/hgapi/common.ts Corrected indentation and quote consistency
packages/blocks/hyperglance/src/lib/hgapi/collectorRecords.ts Standardized formatting across function definitions
packages/blocks/hyperglance/src/lib/callRestApi.ts Fixed trailing commas in header objects
packages/blocks/hyperglance/src/lib/auth.ts Improved multi-line string formatting
packages/blocks/hyperglance/src/lib/actions/searchTopology.ts Reformatted import statements and object properties
packages/blocks/hyperglance/src/lib/actions/getRecommendations.ts Fixed formatting in object literals
packages/blocks/hyperglance/src/lib/actions/getCollectorRecords.ts Reordered imports and fixed formatting
packages/blocks/hyperglance/src/lib/actions/getCollectorRecordStatus.ts Reordered imports and improved formatting
packages/blocks/hyperglance/src/lib/actions/getCollectorRecordStatistics.ts Reordered imports and improved formatting
packages/blocks/hyperglance/src/lib/actions/exportTopologyForGroup.ts Fixed import formatting and removed trailing newline
packages/blocks/hyperglance/src/index.ts Reordered imports alphabetically and fixed spacing

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@sonarqubecloud
Copy link
Copy Markdown

@bigfluffycookie bigfluffycookie merged commit 8fd5281 into main Nov 10, 2025
20 of 21 checks passed
@bigfluffycookie bigfluffycookie deleted the hyperglance-block branch November 10, 2025 12:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants