Level / community

Discussion, support and common information for projects in the community.
MIT License
42 stars 15 forks source link

Remark warnings on no social profile cont. #30

Closed ralphtheninja closed 5 years ago

ralphtheninja commented 6 years ago
lms@x260 ~/src/level/leveldown-hyper (prepare-2.0.0)
$ npm run remark 

> leveldown-hyper@1.1.3 remark /home/lms/src/level/leveldown-hyper
> remark README.md CONTRIBUTORS.md CHANGELOG.md UPGRADING.md -o

CHANGELOG.md
  1:1  info     skipping: no contributors heading found                                require-heading  remark-git-contributors

CONTRIBUTORS.md
  1:1  warning  no social profile for gmail@peakji.com                                 social           remark-git-contributors
  1:1  warning  no social profile for james.butler@sandfox.co.uk                       social           remark-git-contributors
  1:1  warning  no social profile for mechanicofthesequence@gmail.com                  social           remark-git-contributors
  1:1  warning  no social profile for sharvil.nanavati@gmail.com                       social           remark-git-contributors
  1:1  warning  no social profile for amine@mouafik.fr                                 social           remark-git-contributors
  1:1  warning  no social profile for superjoe30@gmail.com                             social           remark-git-contributors
  1:1  warning  no social profile for abliss@gmail.com                                 social           remark-git-contributors
  1:1  warning  no social profile for yanivk@gmail.com                                 social           remark-git-contributors
  1:1  warning  no social profile for mscdex@mscdex.net                                social           remark-git-contributors
  1:1  warning  no social profile for dean@deanlandolt.com                             social           remark-git-contributors
  1:1  warning  no social profile for funisher@gmail.com                               social           remark-git-contributors
  1:1  warning  no social profile for antonwhalley@vodafone.ie                         social           remark-git-contributors
  1:1  warning  no social profile for geoff@greer.fm                                   social           remark-git-contributors
  1:1  warning  no social profile for mark@wolfe.id.au                                 social           remark-git-contributors
  1:1  warning  no social profile for chjjeffrey@gmail.com                             social           remark-git-contributors
  1:1  warning  no social profile for root@4eb6e85f-4e51-49fd-942b-52c8a5325531.local  social           remark-git-contributors
  1:1  warning  no social profile for thlorenz@gmx.de                                  social           remark-git-contributors

README.md
  1:1  info     skipping: no contributors heading found                                require-heading  remark-git-contributors

UPGRADING.md
  1:1  info     skipping: no contributors heading found                                require-heading  remark-git-contributors

20 messages (⚠ 17 warnings)
ralphtheninja commented 6 years ago

CONTRIBUTORS.md
  1:1  warning  no social profile for jimkang@gmail.com      social           remark-git-contributors
  1:1  warning  no social profile for ryan@theoleschool.com  social           remark-git-contributors
ralphtheninja commented 6 years ago
CONTRIBUTORS.md
  1:1  warning  no social profile for support@greenkeeper.io  social           remark-git-contributors
  1:1  warning  no social profile for junminliu@gmail.com     social           remark-git-contributors
ralphtheninja commented 6 years ago
CONTRIBUTORS.md
  1:1  warning  no social profile for mhughes@geologging.com  social           remark-git-contributors
ralphtheninja commented 6 years ago
CONTRIBUTORS.md
  1:1  info  no social profile for deian@cs.stanford.edu  social  remark-git-contributors
  1:1  info  no social profile for superjoe30@gmail.com   social  remark-git-contributors
vweevers commented 6 years ago

@ralphtheninja maybe wait with adding remark to more modules? We'll have to replace it with hallmark.

ralphtheninja commented 6 years ago

@ralphtheninja maybe wait with adding remark to more modules? We'll have to replace it with hallmark.

Check! Sorry for jumping the gun a bit.

vweevers commented 5 years ago

Let's leave it to authors to add themselves to the metadata. The hallmark warnings are a bit annoying though, so I'll consider disabling remark-git-contributors in "lint mode".