Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Renames target names #23

Merged
merged 2 commits into from
Mar 15, 2024
Merged

Renames target names #23

merged 2 commits into from
Mar 15, 2024

Conversation

KS1019
Copy link
Owner

@KS1019 KS1019 commented Mar 15, 2024

No description provided.

@KS1019 KS1019 self-assigned this Mar 15, 2024
Copy link

github-actions bot commented Mar 15, 2024

SwiftLint found issues

Severity File Reason
Error cd.swift:7 Variable name should be between 3 and 40 characters long: 'd' (identifier_name)
Warning stdin.swift:8 Files should have a single trailing newline. (trailing_newline)
Error SystemCall.swift:3 Variable name should only contain alphanumeric characters: '_exit' (identifier_name)
Error SystemCall.swift:6 Variable name should only contain alphanumeric characters: '_exit' (identifier_name)
Error Script.swift:26 Variable name should be between 3 and 40 characters long: 's' (identifier_name)
Warning Script.swift:26 Line should be 120 characters or less: currently 128 characters (line_length)
Warning Script+String.swift:69 Line should be 120 characters or less: currently 134 characters (line_length)
Warning ScriptUnitTests.swift:91 Variable name should be between 3 and 40 characters long: 'md' (identifier_name)
Warning ScriptUnitTests.swift:92 Line should be 120 characters or less: currently 130 characters (line_length)
Warning ScriptUnitTests.swift:95 Line should be 120 characters or less: currently 121 characters (line_length)

Generated by 🚫 Danger Swift against ae8a737

Updated the import statement in the script to use the correct module name "Scripting" instead of "ScriptSwift" to ensure proper functionality and compatibility with the latest version of the module. Also, adjusted the documentation builder configuration to target the "Scripting" module for generating documentation.
@KS1019 KS1019 merged commit fdc2f01 into main Mar 15, 2024
5 of 6 checks passed
@KS1019 KS1019 deleted the branch-name-scripting-library-update branch March 15, 2024 00:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant