Skip to content

Commit

Permalink
realm#2441 - Add nested configutaion mocks with custom rules
Browse files Browse the repository at this point in the history
  • Loading branch information
abdulowork committed Dec 26, 2018
1 parent 69404fd commit 98c787d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
custom_rules:
no_abcd:
name: "Don't use abcd"
regex: 'abcd'
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
custom_rules:
no_abcd:
name: "Don't use abcd"
regex: 'abcd'
disabled_rules:
- no_abc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
custom_rules:
no_abc:
name: "Don't use abc"
regex: 'abc'

0 comments on commit 98c787d

Please sign in to comment.