Giter VIP home page Giter VIP logo

d8githooks's People

Contributors

alexpott avatar junowilderness avatar lauriii avatar longwave avatar star-szr avatar timplunkett avatar webchick avatar wimleers avatar xjm avatar zrpnr avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

d8githooks's Issues

Post-commit reminders?

There are a couple of things that get forgotten on commit a lot. Two in particular:

  1. Ensuring there is a change record and publishing it if it exists
  2. Tagging significant issues for the release notes

I'm not sure if a short reminder message on post-commit would be helpful or too spammy, but it's a thought.

pre-commit erroneously flags composer as not installed

Running through all the instructions in the README, I get stuck at:

$ git commit -m "Test."
composer not installed, for instructions visit https://getcomposer.org/

And yet...

$ composer -V
Composer version 1.4.2 2017-05-17 08:17:52

Browsing through the code at https://github.com/alexpott/d8githooks/blob/master/pre-commit-8-4 this seems to result from the output of:

# Function to test for command dependencies.
command_exists () {
    type "$1" &> /dev/null ;
}

If I manually type that from the command line, I get:

$ type "composer"
composer is aliased to `php /usr/local/bin/composer.phar'

Any ideas?

Yarn deprecation warning

While the hooks run the eslint commands, there's following warnings:

warning From Yarn 1.0 onwards, scripts don't require "--" for options to be forwarded. In a future version, any explicit "--" will be forwarded as-is to the scripts.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.