cdevents / spec

A common specification for Continuous Delivery events
Apache License 2.0
129 stars 22 forks source link

Ensure consistency amont camel case vs snake case #204

Open xibz opened 5 months ago

xibz commented 5 months ago

The links spec introduced snake casing, instead of camel casing. So we should ensure that these get moved over to camel casing.

These 3 are what I found:

  1. link_type
  2. context_id
  3. chain_id

We should also add a linter to ensure snake casing isn't added in any future proposals.