Comment 3 for bug 1388228

Revision history for this message
GunChleoc (gunchleoc) wrote :

Now I now what the examples are used for :)

I expect that there is a mistake in the examples here. If we look at this one:

AssertionError: Rule 'camel_case_for_classes' failed. Example 'enum myEnum' should fail, but passed

Wrong, enum myEnum should pass.

On the other hand, this statement is wanted behaviour for the rule:

'enum class my_enum' should fail, but passed