ahmadnassri / echint

Quick validation of files against EditorConfig
https://www.npmjs.com/package/echint
ISC License
16 stars 6 forks source link

fix(bin): echint ignoring list of files #69

Closed stefanmaric closed 7 years ago

stefanmaric commented 7 years ago

See #67

ahmadnassri commented 7 years ago

@stefanmaric plz ensure commits have proper commit message format as per semantic-release due to automatic builds and releases that happen through Travis (just a note for future commits)

stefanmaric commented 7 years ago

@ahmadnassri I totally forgot it! I guess we are talking about #78 and commit 2d9586b93c122ed517af3d833258b895ac34fe19 on #70.

Now I'm searching on the wild for some hook to prevent me to proceed with bad commit messages, but can't find one.

Maybe it is worth writing one.

ahmadnassri commented 7 years ago

look up 'commitizen' 😉

stefanmaric commented 7 years ago

commitizen

Much more than I was thinking of, but definitely going to use it.