Skip to content
This repository was archived by the owner on Apr 17, 2023. It is now read-only.

Conversation

@cjfloss
Copy link

@cjfloss cjfloss commented Nov 24, 2018

Fix warnings from vala-linter

@megatux
Copy link

megatux commented Dec 10, 2018

I'm not a reviewer, but looks ok to me :)

@ryonakano
Copy link

The latest vala-lint suggests the following message:

src/Tomato.vala
   35.5     error   Expected variable name in ALL_CAPS_CONVENTION   naming-convention

This is the applicable line:

protected const string[] break_messages = {N_("Go have a coffee"),

Diff:

-protected const string[] break_messages = {N_("Go have a coffee"),
+protected const string[] BREAK_MESSAGES = {N_("Go have a coffee"),

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants