Skip to content

GitHub Action to find typos and lint Python code#493

Open
cclauss wants to merge 1 commit intoPaulStoffregen:masterfrom
cclauss:patch-1
Open

GitHub Action to find typos and lint Python code#493
cclauss wants to merge 1 commit intoPaulStoffregen:masterfrom
cclauss:patch-1

Conversation

@cclauss
Copy link
Copy Markdown

@cclauss cclauss commented Feb 2, 2025

}

bool AudioControlCS42448::inputLevelInteger(int chnnel, int32_t n)
bool AudioControlCS42448::inputLevelInteger(int channel, int32_t n)
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

Code change! Careful review, please.

bool volumeInteger(int channel, uint32_t n);
bool inputLevelInteger(int32_t n);
bool inputLevelInteger(int chnnel, int32_t n);
bool inputLevelInteger(int channel, int32_t n);
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

Code change! Careful review, please.

if (!notifiction.fixed) {
window.clearTimeout(notifiction.timeoutid);
notifiction.close();
var notification = currentNotifications[i];
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

Code change! Careful review, please.

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.

1 participant