File tree 4 files changed +11
-26
lines changed
4 files changed +11
-26
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ indent_style = space
10
10
insert_final_newline = true
11
11
trim_trailing_whitespace = true
12
12
13
- [{* .yml,package.json} ]
13
+ [{* .yml,* .scss, * .js, package.json} ]
14
14
indent_size = 2
15
15
16
16
# The indent size used in the package.json file cannot be changed:
Original file line number Diff line number Diff line change 4
4
/.gitignore export-ignore
5
5
/.travis.yml export-ignore
6
6
/.scrutinizer.yml export-ignore
7
+ /codecov.yml export-ignore
Original file line number Diff line number Diff line change 2
2
[ ![ Build Status] ( https://travis-ci.org/silverstripe/silverstripe-blog.svg?branch=master )] ( https://travis-ci.org/silverstripe/silverstripe-blog )
3
3
[ ![ Scrutinizer Code Quality] ( https://scrutinizer-ci.com/g/silverstripe/silverstripe-blog/badges/quality-score.png?b=master )] ( https://scrutinizer-ci.com/g/silverstripe/silverstripe-blog/?branch=master )
4
4
[ ![ codecov.io] ( https://codecov.io/github/silverstripe/silverstripe-blog/coverage.svg?branch=master )] ( https://codecov.io/github/silverstripe/silverstripe-blog?branch=master )
5
- ![ helpfulrobot] ( https://helpfulrobot.io/silverstripe/blog/badge )
6
-
7
- [ ![ Latest Stable Version] ( https://poser.pugx.org/silverstripe/blog/version )] ( https://packagist.org/packages/silverstripe/blog )
8
- [ ![ License] ( https://poser.pugx.org/silverstripe/blog/license )] ( https://packagist.org/packages/silverstripe/blog )
9
- [ ![ Monthly Downloads] ( https://poser.pugx.org/silverstripe/blog/d/monthly )] ( https://packagist.org/packages/silverstripe/blog )
10
-
11
5
12
6
## Documentation
13
7
16
10
17
11
## Requirements
18
12
19
- ```
20
- silverstripe/cms: ^4.0
21
- silverstripe/lumberjack: ^2.0
22
- silverstripe/tagfield: ^2.0
23
- ```
13
+ * SilverStripe CMS 4.0+
14
+ * SilverStripe Lumberjack Module 2.0+
15
+ * SilverStripe Tag Field Module 2.0+
16
+ * SilverStripe Assets 1.0+
17
+ * SilverStripe Asset Admin Module 1.0+
18
+
19
+ Note: this version is compatible with SilverStripe 4. For SilverStripe 3, please see [ the 2.x release line] ( https://github.com/silverstripe/silverstripe-blog/tree/2 ) .
24
20
25
21
### Suggested Modules
26
22
27
- ```
28
- silverstripe/widgets: *
29
- silverstripe/comments: *
30
- ```
23
+ * SilverStripe Widgets Module
24
+ * SilverStripe Comments Module
31
25
32
26
## Installation
33
27
Original file line number Diff line number Diff line change 7
7
<!-- Current exclusions -->
8
8
<exclude name =" PSR1.Methods.CamelCapsMethodName" />
9
9
<exclude name =" PSR1.Files.SideEffects.FoundWithSymbols" />
10
- <exclude name =" PSR2.Classes.PropertyDeclaration" />
11
- <exclude name =" PSR2.ControlStructures.SwitchDeclaration" /> <!-- causes php notice while linting -->
12
- <exclude name =" PSR2.ControlStructures.SwitchDeclaration.WrongOpenercase" />
13
- <exclude name =" PSR2.ControlStructures.SwitchDeclaration.WrongOpenerdefault" />
14
- <exclude name =" PSR2.ControlStructures.SwitchDeclaration.TerminatingComment" />
15
- <exclude name =" PSR2.Methods.MethodDeclaration.Underscore" />
16
- <exclude name =" Squiz.Scope.MethodScope" />
17
- <exclude name =" Squiz.Classes.ValidClassName.NotCamelCaps" />
18
- <exclude name =" Generic.Files.LineLength.TooLong" />
19
- <exclude name =" PEAR.Functions.ValidDefaultValue.NotAtEnd" />
20
10
</rule >
21
11
</ruleset >
22
12
You can’t perform that action at this time.
0 commit comments