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

elementary code style #60

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

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