File tree 5 files changed +33
-0
lines changed
5 files changed +33
-0
lines changed Original file line number Diff line number Diff line change
1
+ extends : existence
2
+ message : " Remove the spaces around '%s'."
3
+ level : error
4
+ ignorecase : true
5
+ nonword : true
6
+ action :
7
+ name : edit
8
+ params :
9
+ - remove
10
+ - ' '
11
+ tokens :
12
+ - ' (?:\s?–|–\s?)'
Original file line number Diff line number Diff line change
1
+ StylesPath = ../../
2
+
3
+ MinAlertLevel = suggestion
4
+
5
+ [*.md]
6
+ Crystal.EnDash = YES
Original file line number Diff line number Diff line change
1
+ # en dash
2
+
3
+ It was just one of many changes in this post – New Deal era.
4
+ She is a National Book Award –winning novelist.
5
+ He submitted his manuscript to an e-book– only publisher.
Original file line number Diff line number Diff line change
1
+ export default [
2
+ "EnDash" ,
3
+ `
4
+ test.md:3:47:Crystal.EnDash:Remove the spaces around '–'.
5
+ test.md:4:31:Crystal.EnDash:Remove the spaces around '–'.
6
+ test.md:5:42:Crystal.EnDash:Remove the spaces around '–'.
7
+ `
8
+ ] ;
Original file line number Diff line number Diff line change
1
+ import EnDash from "./EnDash/index.js" ;
1
2
import Latin from "./Latin/index.js" ;
2
3
3
4
export default [
5
+ EnDash ,
4
6
Latin
5
7
] ;
You can’t perform that action at this time.
0 commit comments