-
Notifications
You must be signed in to change notification settings - Fork 905
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: explain minimal sensible config better #107
Labels
Comments
Could you paste the content of your |
no content, I guess it may be the problem? 🤔 |
Ah okay. commitlint basically does not do anything without configuration:
// commitlint.config.js
module.exports = {
extends: ['angular']
}; |
I see, thanks! |
I'd like to keep this open as our docs are not clear enough as it seems. |
marionebl
changed the title
found 0 problems
docs: explain minimal sensible config better
Nov 2, 2017
Related to #48 |
We probably should warn when there is no config applied at all. |
escapedcat
added a commit
to escapedcat/commitlint
that referenced
this issue
Sep 26, 2018
escapedcat
added a commit
to escapedcat/commitlint
that referenced
this issue
Nov 8, 2018
marionebl
pushed a commit
to escapedcat/commitlint
that referenced
this issue
Nov 30, 2018
marionebl
pushed a commit
to escapedcat/commitlint
that referenced
this issue
Nov 30, 2018
marionebl
pushed a commit
to escapedcat/commitlint
that referenced
this issue
Nov 30, 2018
marionebl
pushed a commit
to escapedcat/commitlint
that referenced
this issue
Nov 30, 2018
marionebl
pushed a commit
that referenced
this issue
Nov 30, 2018
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I can't understand why commitlint doesn't throw error here?
The text was updated successfully, but these errors were encountered: