Skip to content

compound-attribute-name lint doesn't detect bad attribute names in formations #565

Description

@yegor256

How about we prohibit compound attribute names, as suggested here: https://www.yegor256.com/2015/01/12/compound-name-is-code-smell.html

This lint should not complain about formations, but only about attributes inside them. This is valid:

[] > foo-bar # good name

This is not valid:

[] > x
  42 > foo-bar  # bad name

Metadata

Metadata

Assignees

Labels

bugSomething isn't workinggood first issueGood for newcomersgood-titleThe title was checked and improved by ChatGPThelp wantedExtra attention is needed

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions