-
Notifications
You must be signed in to change notification settings - Fork 54
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
Codex/fix meteoalarm multi weather alerts handling #291
Conversation
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
const { | ||
event: eventHeadline, | ||
headline, | ||
severity, |
Check notice
Code scanning / CodeQL
Unused variable, import, function or class Note
Handles multiple alerts by selecting the highest alert level