Skip to content

Commit

Permalink
Ignore lack of documentation (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
darthjee committed Sep 1, 2022
1 parent 3ee4419 commit e33c837
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
1 change: 1 addition & 0 deletions config/check_specs.yml
@@ -1,2 +1,3 @@
ignore:
- lib/zyra/version.rb
- lib/zyra/exceptions.rb
15 changes: 13 additions & 2 deletions config/yardstick.yml
Expand Up @@ -15,10 +15,21 @@ rules:
exclude: []
ExampleTag:
enabled: true
exclude: []
exclude:
- Zyra.register
- Zyra.after
- Zyra.build
- Zyra.create
- Zyra::Builder#after
- Zyra::Builder#build
- Zyra::Builder#create
- Zyra::Registry#register
ReturnTag:
enabled: true
exclude: []
exclude:
- Zyra.after
- Zyra.build
- Zyra.create
Summary::Presence:
enabled: true
exclude:
Expand Down

0 comments on commit e33c837

Please sign in to comment.