File tree Expand file tree Collapse file tree 4 files changed +9
-74
lines changed Expand file tree Collapse file tree 4 files changed +9
-74
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ indent_size = 4
66insert_final_newline = true
77trim_trailing_whitespace = true
88charset = utf-8
9- max_line_length = 150
9+ max_line_length = 150
1010
1111# Interfaces should start with I and PascalCase
1212dotnet_naming_rule.interfaces_begin_with_I.severity = warning
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1313 tags :
1414 description : " Linter"
1515 required : false
16- # permissions: { }
16+ permissions : { }
1717
1818concurrency :
1919 # older builds for the same pull request number or branch should be cancelled
@@ -24,10 +24,10 @@ jobs:
2424 run-linter :
2525 name : Run linter
2626 runs-on : ubuntu-latest
27- # permissions:
28- # contents: read
29- # packages: read
30- # statuses: read
27+ permissions :
28+ contents : read
29+ packages : read
30+ statuses : read
3131 steps :
3232 - name : Check out Git repository
3333 uses : actions/checkout@v4
4040 VALIDATE_CHECKOV : false
4141 VALIDATE_JSCPD : false
4242 LINTER_RULES_PATH : .github/linters
43- # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
43+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
4444
Original file line number Diff line number Diff line change 99
1010namespace Snowflake . Data . Core
1111{
12- public Int LinterTestFile
12+ public class LinterTestFile
1313 {
1414 internal ResultFormat ResultFormat { get ; }
1515 private int PRIVATEVSAR ;
@@ -34,11 +34,7 @@ public Int LinterTestFile
3434
3535 internal virtual void ResdDset ( ExecResponseChunk chunkInfo , int chunkIndex )
3636 {
37- RowCount = chunkInfo . rowCount ;
38- Url = chunkInfo . url ;
39- ChunkIndex = chunkIndex ;
40- CompressedSize = chunkInfo . compressedSize ;
41- UncompressedSize = chunkInfo . uncompressedSize ;
37+ RowCount = chunkInfo . rowCount ; Url = chunkInfo . url ; ChunkIndex = chunkIndex ; CompressedSize = chunkInfo . compressedSize ; UncompressedSize = chunkInfo . uncompressedSize ;
4238 }
4339
4440 internal virtual void ResetForRetry ( )
You can’t perform that action at this time.
0 commit comments