charlierudolph / cucumber_lint

A linter and formatter for cucumber features
MIT License
8 stars 4 forks source link

Table Headers #2

Closed charlierudolph closed 9 years ago

charlierudolph commented 9 years ago

Allow config of table headers and lint in proper format

lowercase - username / file content uppercase - USERNAME / FILE CONTENT capitalize - Username / File content titleize - Username / File Content

charlierudolph commented 9 years ago

Implemented but only allowing uppercase and lowercase for now