File tree Expand file tree Collapse file tree 4 files changed +25
-1
lines changed Expand file tree Collapse file tree 4 files changed +25
-1
lines changed Original file line number Diff line number Diff line change 1+ Naming/BlockParameterName :
2+   Enabled : false 
Original file line number Diff line number Diff line change 1+ kind : internal 
2+ body : Use Ameba to lint codebase 
3+ time : 2025-02-01T16:39:35.22518+01:00 
4+ custom :
5+     Issue : " " 
Original file line number Diff line number Diff line change @@ -27,10 +27,20 @@ jobs:
2727      - uses : crystal-lang/install-crystal@v1 
2828      - run : crystal tool format --check 
2929
30+   lint :
31+     runs-on : ubuntu-latest 
32+     permissions :
33+       pull-requests : write 
34+     steps :
35+       - uses : actions/checkout@v4 
36+       - 
uses : 
crystal-ameba/[email protected]  37+         env :
38+           GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }} 
39+ 
3040  test :
3141    runs-on : ubuntu-latest 
3242    steps :
3343      - uses : actions/checkout@v4 
3444      - uses : crystal-lang/install-crystal@v1 
35-       - run : shards install 
45+       - run : shards install --skip-executables --skip-postinstall  
3646      - run : crystal spec 
Original file line number Diff line number Diff line change @@ -7,10 +7,17 @@ authors:
77targets :
88  drift :
99    main : src/cli.cr 
10+   #  FIXME: workaround due lack of pre-compiled CLI version
11+   ameba :
12+     main : lib/ameba/src/cli.cr 
1013dependencies :
1114  db :
1215    github : crystal-lang/crystal-db 
1316    version : ~> 0.13.1 
1417  sqlite3 :
1518    github : crystal-lang/crystal-sqlite3 
1619    version : ~> 0.21.0 
20+ development_dependencies :
21+   ameba :
22+     github : crystal-ameba/ameba 
23+     version : ~> 1.6.4 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments