10000 initial setup · symfony/symfony-docs@b6633b0 · GitHub
[go: up one dir, main page]

Skip to content

Commit b6633b0

Browse files
committed
initial setup
1 parent 716e4ee commit b6633b0

File tree

2 files changed

+58
-0
lines changed

2 files changed

+58
-0
lines changed

.doctor-rst.yaml

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
rules:
2+
blank_line_after_directive: ~
3+
short_array_syntax: ~
4+
no_app_console: ~
5+
typo: ~
6+
replacement: ~
7+
composer_dev_option_not_at_the_end: ~
8+
yarn_dev_option_at_the_end: ~
9+
versionadded_directive_should_have_version: ~
10+
no_composer_req: ~
11+
no_php_open_tag_in_code_block_php_directive: ~
12+
no_blank_line_after_filepath_in_yaml_code_block: ~
13+
no_blank_line_after_filepath_in_xml_code_block: ~
14+
no_blank_line_after_filepath_in_twig_code_block: ~
15+
php_prefix_before_bin_console: ~
16+
use_deprecated_directive_instead_of_versionadded: ~
17+
no_space_before_self_xml_closing_tag: ~
18+
no_explicit_use_of_code_block_php: ~
19+
ensure_order_of_code_blocks_in_configuration_block: ~
20+
american_english: ~
21+
valid_use_statements: ~
22+
23+
# 3.4
24+
versionadded_directive_major_version: {'major_version': 3}
25+
versionadded_directive_min_version: {'min_version': '3.0'}
26+
27+
# do not report as violation
28+
whitelist:
29+
regex:
30+
- '/FOSUserBundle(.*)\.yml/'
31+
- '/``.yml``/'
32+
- '/(.*)\.orm\.yml/' # currently DoctrineBundle only supports .yml
33+
lines:
34+
- 'in config files, so the old ``app/config/config_dev.yml`` goes to'
35+
- '#. The most important config file is ``app/config/services.yml``, which now is'
36+
- 'code in production without a proxy, it becomes trivially easy to abuse your'
37+
- '.. _`EasyDeployBundle`: https://github.com/EasyCorp/easy-deploy-bundle'
38+
- 'The bin/console Command'
39+
- '# username is your full Gmail or Google Apps email address'
40+
- '.. _`LDAP injection`: http://projects.webappsec.org/w/page/13246947/LDAP%20Injection'
41+
- '.. versionadded:: 0.21.0' # Encore
42+
- '.. versionadded:: 2.4.0' # SwiftMailer
43+
- '.. versionadded:: 1.26' # Twig
44+
- '.. versionadded:: 1.30' # Twig
45+
- '.. versionadded:: 1.2' # MakerBundle
46+
- '.. versionadded:: 1.11' # MakerBundle
47+
- '.. versionadded:: 1.3' # MakerBundle
48+
- '.. versionadded:: 1.8' # MakerBundle

.github/main.workflow

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
workflow "Test" {
2+
on = "push"
3+
resolves = [
4+
"DOCtor-RST"
5+
]
6+
}
7+
8+
action "DOCtor-RST" {
9+
uses = "docker://oskarstark/doctor-rst"
10+
}

0 commit comments

Comments
 (0)
0