Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Scripts/lint.sh
Original file line numberDiff line numberDiff line change
Expand Up@@ -57,7 +57,7 @@ if [ -z "$FORMAT_ONLY" ]; then
run_command swiftlint lint $SWIFTLINT_OPTIONS
fi

$PACKAGE_DIR/Scripts/header.sh -d $PACKAGE_DIR/Sources -c "Leo Dion" -o "BrightDigit" -p "SyntaxKit" -y 2025
$PACKAGE_DIR/Scripts/header.sh -d $PACKAGE_DIR/Sources -c "Leo Dion" -o "BrightDigit" -p "SyntaxKit"

run_command swiftlint lint $SWIFTLINT_OPTIONS
run_command swift-format lint --recursive --parallel $SWIFTFORMAT_OPTIONS Sources Tests
Expand Down
2 changes: 1 addition & 1 deletion Sources/DocumentationHarness/CodeBlock.swift
Original file line numberDiff line numberDiff line change
Expand Up@@ -3,7 +3,7 @@
// SyntaxKit
//
// Created by Leo Dion.
// Copyright © 2025 BrightDigit.
// Copyright © 2026 BrightDigit.
//
// Permission is hereby granted, free of charge, to any person
// obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion Sources/DocumentationHarness/CodeBlockExtraction.swift
Original file line numberDiff line numberDiff line change
Expand Up@@ -3,7 +3,7 @@
// SyntaxKit
//
// Created by Leo Dion.
// Copyright © 2025 BrightDigit.
// Copyright © 2026 BrightDigit.
//
// Permission is hereby granted, free of charge, to any person
// obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion Sources/DocumentationHarness/CodeBlockExtractor.swift
Original file line numberDiff line numberDiff line change
Expand Up@@ -3,7 +3,7 @@
// SyntaxKit
//
// Created by Leo Dion.
// Copyright © 2025 BrightDigit.
// Copyright © 2026 BrightDigit.
//
// Permission is hereby granted, free of charge, to any person
// obtaining a copy of this software and associated documentation
Expand Down
Original file line numberDiff line numberDiff line change
Expand Up@@ -3,7 +3,7 @@
// SyntaxKit
//
// Created by Leo Dion.
// Copyright © 2025 BrightDigit.
// Copyright © 2026 BrightDigit.
//
// Permission is hereby granted, free of charge, to any person
// obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion Sources/DocumentationHarness/CodeBlockType.swift
Original file line numberDiff line numberDiff line change
Expand Up@@ -3,7 +3,7 @@
// SyntaxKit
//
// Created by Leo Dion.
// Copyright © 2025 BrightDigit.
// Copyright © 2026 BrightDigit.
//
// Permission is hereby granted, free of charge, to any person
// obtaining a copy of this software and associated documentation
Expand Down
Original file line numberDiff line numberDiff line change
Expand Up@@ -3,7 +3,7 @@
// SyntaxKit
//
// Created by Leo Dion.
// Copyright © 2025 BrightDigit.
// Copyright © 2026 BrightDigit.
//
// Permission is hereby granted, free of charge, to any person
// obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion Sources/DocumentationHarness/CodeSyntaxValidator.swift
Original file line numberDiff line numberDiff line change
Expand Up@@ -3,7 +3,7 @@
// SyntaxKit
//
// Created by Leo Dion.
// Copyright © 2025 BrightDigit.
// Copyright © 2026 BrightDigit.
//
// Permission is hereby granted, free of charge, to any person
// obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion Sources/DocumentationHarness/CompilationResult.swift
Original file line numberDiff line numberDiff line change
Expand Up@@ -3,7 +3,7 @@
// SyntaxKit
//
// Created by Leo Dion.
// Copyright © 2025 BrightDigit.
// Copyright © 2026 BrightDigit.
//
// Permission is hereby granted, free of charge, to any person
// obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion Sources/DocumentationHarness/DocumentationValidator.swift
Original file line numberDiff line numberDiff line change
Expand Up@@ -3,7 +3,7 @@
// SyntaxKit
//
// Created by Leo Dion.
// Copyright © 2025 BrightDigit.
// Copyright © 2026 BrightDigit.
//
// Permission is hereby granted, free of charge, to any person
// obtaining a copy of this software and associated documentation
Expand Down
Original file line numberDiff line numberDiff line change
Expand Up@@ -3,7 +3,7 @@
// SyntaxKit
//
// Created by Leo Dion.
// Copyright © 2025 BrightDigit.
// Copyright © 2026 BrightDigit.
//
// Permission is hereby granted, free of charge, to any person
// obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion Sources/DocumentationHarness/FileSearchError.swift
Original file line numberDiff line numberDiff line change
Expand Up@@ -3,7 +3,7 @@
// SyntaxKit
//
// Created by Leo Dion.
// Copyright © 2025 BrightDigit.
// Copyright © 2026 BrightDigit.
//
// Permission is hereby granted, free of charge, to any person
// obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion Sources/DocumentationHarness/FileSearcher.swift
Original file line numberDiff line numberDiff line change
Expand Up@@ -3,7 +3,7 @@
// SyntaxKit
//
// Created by Leo Dion.
// Copyright © 2025 BrightDigit.
// Copyright © 2026 BrightDigit.
//
// Permission is hereby granted, free of charge, to any person
// obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion Sources/DocumentationHarness/PackageValidator.swift
Original file line numberDiff line numberDiff line change
Expand Up@@ -3,7 +3,7 @@
// SyntaxKit
//
// Created by Leo Dion.
// Copyright © 2025 BrightDigit.
// Copyright © 2026 BrightDigit.
//
// Permission is hereby granted, free of charge, to any person
// obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion Sources/DocumentationHarness/SyntaxValidator.swift
Original file line numberDiff line numberDiff line change
Expand Up@@ -3,7 +3,7 @@
// SyntaxKit
//
// Created by Leo Dion.
// Copyright © 2025 BrightDigit.
// Copyright © 2026 BrightDigit.
//
// Permission is hereby granted, free of charge, to any person
// obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion Sources/DocumentationHarness/TestType.swift
Original file line numberDiff line numberDiff line change
Expand Up@@ -3,7 +3,7 @@
// SyntaxKit
//
// Created by Leo Dion.
// Copyright © 2025 BrightDigit.
// Copyright © 2026 BrightDigit.
//
// Permission is hereby granted, free of charge, to any person
// obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion Sources/DocumentationHarness/ValidationError.swift
Original file line numberDiff line numberDiff line change
Expand Up@@ -3,7 +3,7 @@
// SyntaxKit
//
// Created by Leo Dion.
// Copyright © 2025 BrightDigit.
// Copyright © 2026 BrightDigit.
//
// Permission is hereby granted, free of charge, to any person
// obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion Sources/DocumentationHarness/ValidationParameters.swift
Original file line numberDiff line numberDiff line change
Expand Up@@ -3,7 +3,7 @@
// SyntaxKit
//
// Created by Leo Dion.
// Copyright © 2025 BrightDigit.
// Copyright © 2026 BrightDigit.
//
// Permission is hereby granted, free of charge, to any person
// obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion Sources/DocumentationHarness/ValidationResult.swift
Original file line numberDiff line numberDiff line change
Expand Up@@ -3,7 +3,7 @@
// SyntaxKit
//
// Created by Leo Dion.
// Copyright © 2025 BrightDigit.
// Copyright © 2026 BrightDigit.
//
// Permission is hereby granted, free of charge, to any person
// obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion Sources/DocumentationHarness/Validator.swift
Original file line numberDiff line numberDiff line change
Expand Up@@ -3,7 +3,7 @@
// SyntaxKit
//
// Created by Leo Dion.
// Copyright © 2025 BrightDigit.
// Copyright © 2026 BrightDigit.
//
// Permission is hereby granted, free of charge, to any person
// obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion Sources/SyntaxKit/Attributes/Attribute.swift
Original file line numberDiff line numberDiff line change
Expand Up@@ -3,7 +3,7 @@
// SyntaxKit
//
// Created by Leo Dion.
// Copyright © 2025 BrightDigit.
// Copyright © 2026 BrightDigit.
//
// Permission is hereby granted, free of charge, to any person
// obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion Sources/SyntaxKit/Attributes/AttributeInfo.swift
Original file line numberDiff line numberDiff line change
Expand Up@@ -3,7 +3,7 @@
// SyntaxKit
//
// Created by Leo Dion.
// Copyright © 2025 BrightDigit.
// Copyright © 2026 BrightDigit.
//
// Permission is hereby granted, free of charge, to any person
// obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion Sources/SyntaxKit/Attributes/Trivia+Comments.swift
Original file line numberDiff line numberDiff line change
Expand Up@@ -3,7 +3,7 @@
// SyntaxKit
//
// Created by Leo Dion.
// Copyright © 2025 BrightDigit.
// Copyright © 2026 BrightDigit.
//
// Permission is hereby granted, free of charge, to any person
// obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion Sources/SyntaxKit/CodeBlocks/CodeBlock+ExprSyntax.swift
Original file line numberDiff line numberDiff line change
Expand Up@@ -3,7 +3,7 @@
// SyntaxKit
//
// Created by Leo Dion.
// Copyright © 2025 BrightDigit.
// Copyright © 2026 BrightDigit.
//
// Permission is hereby granted, free of charge, to any person
// obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion Sources/SyntaxKit/CodeBlocks/CodeBlock+Generate.swift
Original file line numberDiff line numberDiff line change
Expand Up@@ -3,7 +3,7 @@
// SyntaxKit
//
// Created by Leo Dion.
// Copyright © 2025 BrightDigit.
// Copyright © 2026 BrightDigit.
//
// Permission is hereby granted, free of charge, to any person
// obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion Sources/SyntaxKit/CodeBlocks/CodeBlockBuilder.swift
Original file line numberDiff line numberDiff line change
Expand Up@@ -3,7 +3,7 @@
// SyntaxKit
//
// Created by Leo Dion.
// Copyright © 2025 BrightDigit.
// Copyright © 2026 BrightDigit.
//
// Permission is hereby granted, free of charge, to any person
// obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion Sources/SyntaxKit/CodeBlocks/CodeBlockBuilderResult.swift
Original file line numberDiff line numberDiff line change
Expand Up@@ -3,7 +3,7 @@
// SyntaxKit
//
// Created by Leo Dion.
// Copyright © 2025 BrightDigit.
// Copyright © 2026 BrightDigit.
//
// Permission is hereby granted, free of charge, to any person
// obtaining a copy of this software and associated documentation
Expand Down
Original file line numberDiff line numberDiff line change
Expand Up@@ -3,7 +3,7 @@
// SyntaxKit
//
// Created by Leo Dion.
// Copyright © 2025 BrightDigit.
// Copyright © 2026 BrightDigit.
//
// Permission is hereby granted, free of charge, to any person
// obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion Sources/SyntaxKit/CodeBlocks/CommentedCodeBlock.swift
Original file line numberDiff line numberDiff line change
Expand Up@@ -3,7 +3,7 @@
// SyntaxKit
//
// Created by Leo Dion.
// Copyright © 2025 BrightDigit.
// Copyright © 2026 BrightDigit.
//
// Permission is hereby granted, free of charge, to any person
// obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion Sources/SyntaxKit/CodeBlocks/EmptyCodeBlock.swift
Original file line numberDiff line numberDiff line change
Expand Up@@ -3,7 +3,7 @@
// SyntaxKit
//
// Created by Leo Dion.
// Copyright © 2025 BrightDigit.
// Copyright © 2026 BrightDigit.
//
// Permission is hereby granted, free of charge, to any person
// obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion Sources/SyntaxKit/CodeBlocks/ExprCodeBlock.swift
Original file line numberDiff line numberDiff line change
Expand Up@@ -3,7 +3,7 @@
// SyntaxKit
//
// Created by Leo Dion.
// Copyright © 2025 BrightDigit.
// Copyright © 2026 BrightDigit.
//
// Permission is hereby granted, free of charge, to any person
// obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion Sources/SyntaxKit/Collections/Array+LiteralValue.swift
Original file line numberDiff line numberDiff line change
Expand Up@@ -3,7 +3,7 @@
// SyntaxKit
//
// Created by Leo Dion.
// Copyright © 2025 BrightDigit.
// Copyright © 2026 BrightDigit.
//
// Permission is hereby granted, free of charge, to any person
// obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion Sources/SyntaxKit/Collections/ArrayLiteral.swift
Original file line numberDiff line numberDiff line change
Expand Up@@ -3,7 +3,7 @@
// SyntaxKit
//
// Created by Leo Dion.
// Copyright © 2025 BrightDigit.
// Copyright © 2026 BrightDigit.
//
// Permission is hereby granted, free of charge, to any person
// obtaining a copy of this software and associated documentation
Expand Down
Original file line numberDiff line numberDiff line change
Expand Up@@ -3,7 +3,7 @@
// SyntaxKit
//
// Created by Leo Dion.
// Copyright © 2025 BrightDigit.
// Copyright © 2026 BrightDigit.
//
// Permission is hereby granted, free of charge, to any person
// obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion Sources/SyntaxKit/Collections/CodeBlockableLiteral.swift
Original file line numberDiff line numberDiff line change
Expand Up@@ -3,7 +3,7 @@
// SyntaxKit
//
// Created by Leo Dion.
// Copyright © 2025 BrightDigit.
// Copyright © 2026 BrightDigit.
//
// Permission is hereby granted, free of charge, to any person
// obtaining a copy of this software and associated documentation
Expand Down
Original file line numberDiff line numberDiff line change
Expand Up@@ -3,7 +3,7 @@
// SyntaxKit
//
// Created by Leo Dion.
// Copyright © 2025 BrightDigit.
// Copyright © 2026 BrightDigit.
//
// Permission is hereby granted, free of charge, to any person
// obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion Sources/SyntaxKit/Collections/DictionaryExpr.swift
Original file line numberDiff line numberDiff line change
Expand Up@@ -3,7 +3,7 @@
// SyntaxKit
//
// Created by Leo Dion.
// Copyright © 2025 BrightDigit.
// Copyright © 2026 BrightDigit.
//
// Permission is hereby granted, free of charge, to any person
// obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion Sources/SyntaxKit/Collections/DictionaryLiteral.swift
Original file line numberDiff line numberDiff line change
Expand Up@@ -3,7 +3,7 @@
// SyntaxKit
//
// Created by Leo Dion.
// Copyright © 2025 BrightDigit.
// Copyright © 2026 BrightDigit.
//
// Permission is hereby granted, free of charge, to any person
// obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion Sources/SyntaxKit/Collections/DictionaryValue.swift
Original file line numberDiff line numberDiff line change
Expand Up@@ -3,7 +3,7 @@
// SyntaxKit
//
// Created by Leo Dion.
// Copyright © 2025 BrightDigit.
// Copyright © 2026 BrightDigit.
//
// Permission is hereby granted, free of charge, to any person
// obtaining a copy of this software and associated documentation
Expand Down
Original file line numberDiff line numberDiff line change
Expand Up@@ -3,7 +3,7 @@
// SyntaxKit
//
// Created by Leo Dion.
// Copyright © 2025 BrightDigit.
// Copyright © 2026 BrightDigit.
//
// Permission is hereby granted, free of charge, to any person
// obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion Sources/SyntaxKit/Collections/PatternCodeBlock.swift
Original file line numberDiff line numberDiff line change
Expand Up@@ -3,7 +3,7 @@
// SyntaxKit
//
// Created by Leo Dion.
// Copyright © 2025 BrightDigit.
// Copyright © 2026 BrightDigit.
//
// Permission is hereby granted, free of charge, to any person
// obtaining a copy of this software and associated documentation
Expand Down
Original file line numberDiff line numberDiff line change
Expand Up@@ -3,7 +3,7 @@
// SyntaxKit
//
// Created by Leo Dion.
// Copyright © 2025 BrightDigit.
// Copyright © 2026 BrightDigit.
//
// Permission is hereby granted, free of charge, to any person
// obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion Sources/SyntaxKit/Collections/Tuple.swift
Original file line numberDiff line numberDiff line change
Expand Up@@ -3,7 +3,7 @@
// SyntaxKit
//
// Created by Leo Dion.
// Copyright © 2025 BrightDigit.
// Copyright © 2026 BrightDigit.
//
// Permission is hereby granted, free of charge, to any person
// obtaining a copy of this software and associated documentation
Expand Down
Original file line numberDiff line numberDiff line change
Expand Up@@ -3,7 +3,7 @@
// SyntaxKit
//
// Created by Leo Dion.
// Copyright © 2025 BrightDigit.
// Copyright © 2026 BrightDigit.
//
// Permission is hereby granted, free of charge, to any person
// obtaining a copy of this software and associated documentation
Expand Down
Loading