Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

YamlSpacesBetweenGroupsChecker - add option to skip some groups #81

Open
sspooky13 opened this issue Mar 26, 2024 · 0 comments
Open

YamlSpacesBetweenGroupsChecker - add option to skip some groups #81

sspooky13 opened this issue Mar 26, 2024 · 0 comments
Labels
feature New feature or request
Milestone

Comments

@sspooky13
Copy link
Owner

Example
e.g. this looks better

parameters:
    app.notifications.email_sender: [email protected]
    app_locales: en|fr|de|es|cs|nl|ru|uk|ro|pt_BR|pl|it|ja|id|ca|sl|hr|zh_CN
    locale: en

services:
    _defaults:
        autoconfigure: true
        autowire: true
        public: false

    App\:
        exclude: '../src/{Entity,Repository,Tests}'
        resource: '../src/*'

as this

parameters:
    app.notifications.email_sender: [email protected]

    app_locales: en|fr|de|es|cs|nl|ru|uk|ro|pt_BR|pl|it|ja|id|ca|sl|hr|zh_CN

    locale: en

services:
    _defaults:
        autoconfigure: true
        autowire: true
        public: false

    App\:
        exclude: '../src/{Entity,Repository,Tests}'
        resource: '../src/*'
@sspooky13 sspooky13 added the feature New feature or request label Mar 26, 2024
@sspooky13 sspooky13 added this to the Version 9.0 milestone Mar 26, 2024
@sspooky13 sspooky13 modified the milestones: Version 9.0, Version 9.1 Jun 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant