Skip to content

Commit cbe7b52

Browse files
committed
markdown rules
1 parent 9662438 commit cbe7b52

File tree

3 files changed

+19
-14
lines changed

3 files changed

+19
-14
lines changed

.markdownlint.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"line-length": false,
3+
"single-h1": false,
4+
"no-hard-tabs" : false,
5+
"fenced-code-language" : false,
6+
"no-bare-urls" : false,
7+
"first-line-h1": false,
8+
"no-multiple-blanks": {
9+
"maximum": 2
10+
},
11+
"no-duplicate-header" : {
12+
"siblings_only" : true
13+
}
14+
}

.markdownlintrc.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

readme.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Here are the module settings you can place in your `ColdBox.cfc` by using the `v
7878
validation = {
7979
// The third-party validation manager to use, by default it uses CBValidation.
8080
manager = "class path",
81-
81+
8282
// You can store global constraint rules here with unique names
8383
sharedConstraints = {
8484
name = {
@@ -116,7 +116,7 @@ this.constraints = {
116116
// max value
117117
max : value,
118118

119-
// Validation method to use in the target object must return boolean accept the incoming value and target object
119+
// Validation method to use in the target object must return boolean accept the incoming value and target object
120120
method : methodName,
121121

122122
// min value
@@ -136,7 +136,7 @@ this.constraints = {
136136
anotherfield:value, anotherfield:value
137137
}
138138

139-
// The field under validation must be present and not empty unless the `anotherfield` field is equal to the passed
139+
// The field under validation must be present and not empty unless the `anotherfield` field is equal to the passed
140140
requiredUnless : {
141141
anotherfield:value, anotherfield:value
142142
}
@@ -203,9 +203,8 @@ Because of His grace, this project exists. If you don't like this, then don't re
203203
By whom also we have access by faith into this grace wherein we stand, and rejoice in hope of the glory of God.
204204
And not only so, but we glory in tribulations also: knowing that tribulation worketh patience;
205205
And patience, experience; and experience, hope:
206-
And hope maketh not ashamed; because the love of God is shed abroad in our hearts by the
207-
Holy Ghost which is given unto us. ." Romans 5:5
206+
And hope maketh not ashamed; because the love of God is shed abroad in our hearts by the Holy Ghost which is given unto us. ." Romans 5:5
208207

209208
### THE DAILY BREAD
210209

211-
> "I am the way, and the truth, and the life; no one comes to the Father, but by me (JESUS)" Jn 14:1-12
210+
> "I am the way, and the truth, and the life; no one comes to the Father, but by me (JESUS)" Jn 14:1-12

0 commit comments

Comments
 (0)