Maria Fisher

Results 3 issues of Maria Fisher

### Problem/Motivation - With Drupal 8.8 the example local settings file has a suggested option to exclude exporting certain config. See this documentation: https://www.drupal.org/docs/configuration-management/development-modules-excluded-from-configuration-management But the command `drupal config:export` does...

Right now the documentation says it should be an array, but it's set as NULL. ``` /** * Makes a request to the Mailchimp API. * * @param string $method...

I'd like to only check staged files (ones that are actively being committed) instead of all files that show up using `git status`. Is the prefered method for this to...