Skip to content

Commit

Permalink
Merge pull request #3 from res-eng/pre-commit
Browse files Browse the repository at this point in the history
Add pre-commit configuration for travis-ci
  • Loading branch information
snakescott committed Jun 22, 2019
2 parents e03f42e + 31dede9 commit e7c8b4d
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .pre-commit-config.yaml
@@ -0,0 +1,17 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.2.3
hooks:
- id: check-merge-conflict
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/prettier/prettier
rev: 1.18.2
hooks:
- id: prettier
files: .*\.md
args: [--prose-wrap, always, --print-width, "88"]
- repo: https://github.com/thlorenz/doctoc
rev: v1.4.0
hooks:
- id: doctoc
13 changes: 13 additions & 0 deletions README.md
@@ -1,2 +1,15 @@
<!-- prettier-ignore-start -->

<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->


- [resilience-for-software](#resilience-for-software)

<!-- END doctoc generated TOC please keep comment here to allow auto update -->

<!-- prettier-ignore-end -->

# resilience-for-software

Introduction to resilience engineering concepts for software engineers

0 comments on commit e7c8b4d

Please sign in to comment.