Skip to content

Commit

Permalink
Add test.html
Browse files Browse the repository at this point in the history
  • Loading branch information
wata727 committed Jun 6, 2018
1 parent e42be2b commit 87860f1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
13 changes: 13 additions & 0 deletions goodcheck.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
rules:
- id: com.example.1
pattern: Github
message: Do you want to write GitHub?
glob:
- "**/*.rb"
- "**/*.yaml"
- "**/*.yml"
- "**/*.html"
fail:
- Signup via Github
pass:
- Signup via GitHub
1 change: 1 addition & 0 deletions test.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Hello Github!

0 comments on commit 87860f1

Please sign in to comment.