Skip to content

feat(minor): Add logical writes as syscalls for macOS, add instruction count for m… #414

feat(minor): Add logical writes as syscalls for macOS, add instruction count for m…

feat(minor): Add logical writes as syscalls for macOS, add instruction count for m… #414

Triggered via pull request April 20, 2024 13:12
Status Failure
Total duration 43s
Artifacts

swift-lint.yml

on: pull_request
SwiftLint
33s
SwiftLint
Fit to window
Zoom out
Zoom in

Annotations

10 errors
SwiftLint: Sources/Benchmark/OperatingSystemStats/OperatingSystemStatsProducer+Darwin.swift#L170
Function Body Length Violation: Function body should span 50 lines or less excluding comments and whitespace: currently spans 52 lines (function_body_length)
SwiftLint: Sources/Benchmark/OperatingSystemStats/OperatingSystemStatsProducer+Darwin.swift#L200
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
SwiftLint: Benchmarks/Benchmarks/Basic/BenchmarkRunner+Basic.swift#L125
Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports (attributes)
SwiftLint: Benchmarks/Benchmarks/Basic/BenchmarkRunner+Basic.swift#L126
Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports (attributes)
SwiftLint: Benchmarks/Benchmarks/Basic/BenchmarkRunner+Basic.swift#L127
Identifier Name Violation: Variable name 'x' should be between 3 and 40 characters long (identifier_name)
SwiftLint: Benchmarks/Benchmarks/Basic/BenchmarkRunner+Basic.swift#L139
Identifier Name Violation: Variable name 'x' should be between 3 and 40 characters long (identifier_name)
SwiftLint: Benchmarks/Benchmarks/Basic/BenchmarkRunner+Basic.swift#L139
Number Separator Violation: Underscores should be used as thousand separators (number_separator)
SwiftLint: Benchmarks/Benchmarks/Basic/BenchmarkRunner+Basic.swift#L139
Number Separator Violation: Underscores should be used as thousand separators (number_separator)
SwiftLint: Benchmarks/Benchmarks/Basic/BenchmarkRunner+Basic.swift#L158
Number Separator Violation: Underscores should be used as thousand separators (number_separator)
SwiftLint: Benchmarks/Benchmarks/Basic/BenchmarkRunner+Basic.swift#L134
Vertical Whitespace after Opening Braces Violation: Don't include vertical whitespace (empty line) after opening braces (vertical_whitespace_opening_braces)