Sha256: 237baca9186d76677195920bf1730f62c26a18424fef23ea51683f7085fe6a35

Contents?: true

Size: 613 Bytes

Versions: 4

Compression:

Stored size: 613 Bytes

Contents

rules:
  - id: sample.typo
    pattern:
      - Github
      - FaceBook
    message: |
      Write GitHub and Facebook

      Their names are GitHub and Facebook.
      Maybe, you are misspelling.
    pass: GitHub
    fail: Github
  - id: sample.debug_print
    pattern:
      - token: pp
      - token: p
    glob: "**/*.rb"
    message: |
      You should not use debug print
    pass:
      - render "app/views/welcome.html.erb"
    fail:
      - pp("Hello World")

import:
  - https://gist.githubusercontent.com/soutaro/6362c89acd7d6771ae6ebfc615be402d/raw/7f04b973c2c8df70783cd7deb955ab95d1375b2d/sample.yml

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
goodcheck-1.5.1 sample.yml
goodcheck-1.5.0 sample.yml
goodcheck-1.4.1 sample.yml
goodcheck-1.4.0 sample.yml