Skip to content

Codex/fix meteoalarm multi weather alerts handling #291

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

nnielzz
Copy link

@nnielzz nnielzz commented Jul 1, 2025

Handles multiple alerts by selecting the highest alert level

@nnielzz nnielzz closed this Jul 1, 2025
@nnielzz nnielzz reopened this Jul 1, 2025
@nnielzz
Copy link
Author

nnielzz commented Jul 1, 2025

I cannot seem to fix the Build&Lint issue

@MrBartusek
Copy link
Owner

I cannot seem to fix the Build&Lint issue

You can try to install and configure eslint extension for your IDE and configure your editor to use tabs. Also, please don't use the eslint ignore comments

MeteoalarmLevelType,
} from "../types";
/* eslint-disable-next-line @typescript-eslint/no-unused-vars */
import { Utils } from "../utils";

Check notice

Code scanning / CodeQL

Unused variable, import, function or class Note

Unused import Utils.
const {
event: eventHeadline,
headline,
severity,

Check notice

Code scanning / CodeQL

Unused variable, import, function or class Note

Unused variable severity.
@nnielzz nnielzz closed this by deleting the head repository Jul 1, 2025
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.

2 participants