-
Notifications
You must be signed in to change notification settings - Fork 2
Feat: Add no-member-access rule #5
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
Merged
Merged
Changes from 4 commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
2a05148
initial work on no-repeated-member-access rule
meowbmw 00f0549
second attempt; still trying to figure this out
meowbmw 434d4e8
Add no repeated member access rule
meowbmw 3fac4ff
Add more documentation on how this rule works
meowbmw 9b6f232
Merge branch 'main' into main
xpirad 7667f9d
change default minOcurrences to 3; small code clean up
meowbmw 21732a1
clean up test case
meowbmw 6221add
enable debug support
meowbmw 4f44e12
add barebone rewrite
meowbmw defaea0
still wip;
xpirad 500b0ca
wip 2: refactor old version
meowbmw edecf9f
wip 3; near completion??
xpirad 00709fb
ready for review
meowbmw a84bc60
clearer naming
meowbmw af3a92e
clean up comment
meowbmw b6e7556
clean up draft file
xpirad dd0221a
remove files to support ts debug; add force curly after if; minor adj…
meowbmw 2c569fa
refactor memberaccess using tree structures
meowbmw 7cfe59d
change test case
meowbmw 8608146
fix logic in mark modified
meowbmw 802b6d4
set class members to private & add chains cache
meowbmw 337bb8d
set modified in constructor to ensure the flag is inhereited; constru…
meowbmw f9382c6
clean up class member & rewrite path generate logic & add visitor fun…
meowbmw c105abb
Update readme
meowbmw 857cca2
Merge branch 'main' into main
xpirad File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains hidden or 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
This file was deleted.
Oops, something went wrong.
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.