flint icon indicating copy to clipboard operation
flint copied to clipboard

Check your project for common sources of contributor friction.

Results 7 flint issues
Sort by recently updated
recently updated
newest added

Closes #54, removes Glide and adds [Go modules](https://blog.golang.org/using-go-modules) support. /cc @roopakv

This tool is installable via brew. As go 1.17 comes out unless this project adds go module support it will not be installable and it may have to be removed...

In the spirit of being meta: ``` ➜ flint git:(master) go run flint.go [WARNING] CHANGELOG not found [INFO] Add a changelog to show what's new or improved with each release....

Not to be snarky, but: ``` $ flint --github pengwynn/flint [WARNING] CODE_OF_CONDUCT not found [INFO] Let people know what to expect when they participate in the project ```

I took a few moments and made some tweaks to the 'What is this?' section in the README. - changed the title to something more purposeful - moved it to...

Some projects use `readme.md` or `Readme.md` - I think this should not be an error state but should throw some kind of indication that the ideal filename would be `README.md`....

Not sure if this is the best place/way to add a suggestion, but I couldn't find any other obvious way. Feel free to point me at a discussion list or...

enhancement