-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Add configure command #5041
Draft
mildm8nnered
wants to merge
54
commits into
realm:main
Choose a base branch
from
mildm8nnered:mildm8nnered-add-configure-command
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Add configure command #5041
mildm8nnered
wants to merge
54
commits into
realm:main
from
mildm8nnered:mildm8nnered-add-configure-command
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mildm8nnered
changed the title
Mildm8nnered add configure command
Add configure command
May 30, 2023
Here's an example of your CHANGELOG entry: * Add configure command.
[mildm8nnered](https://github.com/mildm8nnered)
[#issue_number](https://github.com/realm/SwiftLint/issues/issue_number) note: There are two invisible spaces after the entry's text. Generated by 🚫 Danger |
mildm8nnered
force-pushed
the
mildm8nnered-add-configure-command
branch
3 times, most recently
from
June 27, 2023 08:26
d0cad84
to
c899767
Compare
mildm8nnered
force-pushed
the
mildm8nnered-add-configure-command
branch
2 times, most recently
from
July 7, 2023 17:05
6cdca48
to
7f38ff8
Compare
mildm8nnered
force-pushed
the
mildm8nnered-add-configure-command
branch
2 times, most recently
from
July 15, 2023 10:27
2c4db32
to
48335bc
Compare
mildm8nnered
force-pushed
the
mildm8nnered-add-configure-command
branch
2 times, most recently
from
July 19, 2023 18:14
a0f3570
to
b7fc998
Compare
mildm8nnered
force-pushed
the
mildm8nnered-add-configure-command
branch
from
July 26, 2023 21:10
b7fc998
to
5912752
Compare
mildm8nnered
force-pushed
the
mildm8nnered-add-configure-command
branch
from
August 6, 2023 17:14
5912752
to
9f4dba6
Compare
mildm8nnered
force-pushed
the
mildm8nnered-add-configure-command
branch
4 times, most recently
from
September 3, 2023 10:46
a9af9b1
to
0bf20a0
Compare
mildm8nnered
force-pushed
the
mildm8nnered-add-configure-command
branch
4 times, most recently
from
September 9, 2023 03:24
ca9fb51
to
c2563f2
Compare
mildm8nnered
force-pushed
the
mildm8nnered-add-configure-command
branch
4 times, most recently
from
October 1, 2023 10:43
7ca876c
to
2ca307d
Compare
mildm8nnered
force-pushed
the
mildm8nnered-add-configure-command
branch
from
October 3, 2023 21:33
2ca307d
to
49b9af2
Compare
mildm8nnered
force-pushed
the
mildm8nnered-add-configure-command
branch
from
October 13, 2023 22:22
4b1f483
to
dba08a5
Compare
mildm8nnered
force-pushed
the
mildm8nnered-add-configure-command
branch
from
January 19, 2025 21:23
ab2dfb6
to
35efd4e
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Experimental
Implements a configuration "wizard" for SwiftLint
This will scan the current directory for swift files, and offer the user the choice of which directories to include.
Then
configure
will scan the chosen directories for violations, and suggest a configuration that disables all currently violated rules.Sample session: