Skip to content

Commit 39d4b82

Browse files
committed
makerbundle-ify the rst config
1 parent 3eda406 commit 39d4b82

File tree

1 file changed

+32
-32
lines changed

1 file changed

+32
-32
lines changed

.doctor-rst.yaml

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -69,46 +69,46 @@ rules:
6969

7070
# master
7171
versionadded_directive_major_version:
72-
major_version: 7
72+
major_version: 1
7373

7474
versionadded_directive_min_version:
75-
min_version: '7.0'
75+
min_version: '1.0'
7676

7777
deprecated_directive_major_version:
7878
major_version: 7
7979

8080
deprecated_directive_min_version:
81-
min_version: '7.0'
81+
min_version: '1.0'
8282

83-
exclude_rule_for_file:
84-
- path: configuration/multiple_kernels.rst
85-
rule_name: replacement
86-
- path: page_creation.rst
87-
rule_name: no_php_open_tag_in_code_block_php_directive
88-
- path: frontend/create_ux_bundle.rst
89-
rule_name: argument_variable_must_match_type
83+
#exclude_rule_for_file:
84+
# - path: configuration/multiple_kernels.rst
85+
# rule_name: replacement
86+
# - path: page_creation.rst
87+
# rule_name: no_php_open_tag_in_code_block_php_directive
88+
# - path: frontend/create_ux_bundle.rst
89+
# rule_name: argument_variable_must_match_type
9090

9191
# do not report as violation
9292
whitelist:
93-
regex:
94-
- '/``.yml``/'
95-
- '/(.*)\.orm\.yml/' # currently DoctrineBundle only supports .yml
96-
lines:
97-
- 'in config files, so the old ``app/config/config_dev.yml`` goes to'
98-
- '#. The most important config file is ``app/config/services.yml``, which now is'
99-
- 'The bin/console Command'
100-
- '.. _`LDAP injection`: http://projects.webappsec.org/w/page/13246947/LDAP%20Injection'
101-
- '.. versionadded:: 2.7.2' # Doctrine
102-
- '.. versionadded:: 1.9.0' # Encore
103-
- '.. versionadded:: 1.18' # Flex in setup/upgrade_minor.rst
104-
- '.. versionadded:: 1.0.0' # Encore
105-
- '.. versionadded:: 2.7.1' # Doctrine
106-
- '123,' # assertion for var_dumper - components/var_dumper.rst
107-
- '"foo",' # assertion for var_dumper - components/var_dumper.rst
108-
- '$var .= "Because of this `\xE9` octet (\\xE9),\n";'
109-
- '.. versionadded:: 0.2' # MercureBundle
110-
- '.. versionadded:: 3.6' # MonologBundle
111-
- '.. versionadded:: 3.8' # MonologBundle
112-
- '.. versionadded:: 3.5' # Monolog
113-
- '.. _`a feature to test applications using Mercure`: https://github.com/symfony/panther#creating-isolated-browsers-to-test-apps-using-mercure-or-websocket'
114-
- 'End to End Tests (E2E)'
93+
# regex:
94+
# - '/``.yml``/'
95+
# - '/(.*)\.orm\.yml/' # currently DoctrineBundle only supports .yml
96+
# lines:
97+
# - 'in config files, so the old ``app/config/config_dev.yml`` goes to'
98+
# - '#. The most important config file is ``app/config/services.yml``, which now is'
99+
# - 'The bin/console Command'
100+
# - '.. _`LDAP injection`: http://projects.webappsec.org/w/page/13246947/LDAP%20Injection'
101+
# - '.. versionadded:: 2.7.2' # Doctrine
102+
# - '.. versionadded:: 1.9.0' # Encore
103+
# - '.. versionadded:: 1.18' # Flex in setup/upgrade_minor.rst
104+
# - '.. versionadded:: 1.0.0' # Encore
105+
# - '.. versionadded:: 2.7.1' # Doctrine
106+
# - '123,' # assertion for var_dumper - components/var_dumper.rst
107+
# - '"foo",' # assertion for var_dumper - components/var_dumper.rst
108+
# - '$var .= "Because of this `\xE9` octet (\\xE9),\n";'
109+
# - '.. versionadded:: 0.2' # MercureBundle
110+
# - '.. versionadded:: 3.6' # MonologBundle
111+
# - '.. versionadded:: 3.8' # MonologBundle
112+
# - '.. versionadded:: 3.5' # Monolog
113+
# - '.. _`a feature to test applications using Mercure`: https://github.com/symfony/panther#creating-isolated-browsers-to-test-apps-using-mercure-or-websocket'
114+
# - 'End to End Tests (E2E)'

0 commit comments

Comments
 (0)