Multiple grumphp.yml #964
              
                
                  
                  
                    Answered
                  
                  by
                    veewee
                  
              
          
                  
                    
                      a-menshchikov
                    
                  
                
                  asked this question in
                Q&A
              
            -
        
 I have merged a few repos into one monorepo and want to keep grumphp.yml files separately, because they have some complicated settings for the same tasks. Is it possible, or the one way to run a few   | 
  
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            veewee
          
      
      
        Dec 11, 2021 
      
    
    Replies: 1 comment
-
| 
         Yes, you can define pretty much all paths and configurations you want to use in GrumPHP. You could create your own git hook preset which runs GrumPHP in multiple folders as well.  | 
  
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
      Answer selected by
        a-menshchikov
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Yes, you can define pretty much all paths and configurations you want to use in GrumPHP.
You could create your own git hook preset which runs GrumPHP in multiple folders as well.
However, there is no such configuration available out of the box. So you'll need to craft something yourself here.