File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -106,3 +106,7 @@ AlignEscapedNewlines: Left
106106#  initializer list in list-initialization.
107107SpaceBeforeCpp11BracedList : false 
108108
109+ #  Custom styles added by this project
110+ 
111+ #  fix for https://bugreports.qt.io/browse/QTCREATORBUG-31858
112+ StatementAttributeLikeMacros : [emit, Q_EMIT] 
Original file line number Diff line number Diff line change 77jobs :
88  lint :
99    name : Format / Lint 
10-     runs-on : ubuntu-latest 
10+     #  FIXME: ubuntu-latest has clang-format v18 which contains a bug: # https://bugreports.qt.io/browse/QTCREATORBUG-31858. 
11+     #  Update this once ubuntu ships clang-format v19
12+     runs-on : ubuntu-22.04  
1113    strategy :
1214      fail-fast : false 
1315    steps :
Original file line number Diff line number Diff line change @@ -266,7 +266,7 @@ jobs:
266266
267267  snap :
268268    name : snap 
269-     runs-on : ubuntu-latest  
269+     runs-on : ubuntu-22.04   #  FIXME: See this issue before updating to ubuntu-24.08: https://github.com/actions/runner-images/issues/9932 
270270    steps :
271271      - name : Checkout code 
272272        uses : actions/checkout@v4 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments