-
Notifications
You must be signed in to change notification settings - Fork 283
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
[Code quality] Remove public
access modifier where it's unnecessary
#3518
Labels
Area: Engineering
Internal issues that are related to improving code quality, refactorings, code cleanup, etc.
Area: SDK
General SDK issues that don't clearly map to other areas (e.g.: helper methods)
backlog
The issue is out of scope for the current iteration but it will be evaluated in a future release.
Comments
This was referenced Apr 2, 2021
stevengum
added a commit
that referenced
this issue
Jun 7, 2021
stevengum
added a commit
that referenced
this issue
Jun 8, 2021
* remove unnecessary public access modifier (Pt. 1 #3518) * fix lint error * add eslint rule to root configuration
This was referenced May 2, 2022
Merged
This was referenced May 2, 2022
tracyboehrer
pushed a commit
that referenced
this issue
Jun 15, 2022
…tive, testing and schema (#4214) * Remove 'public' access modifier from generator-botbuilder folder * Remove 'public' access modifier from botbuilder-dialogs-declarative folder * Remove 'public' access modifier from botbuilder-testing folder * Remove 'public' access modifier from botframework-schema folder
tracyboehrer
added a commit
that referenced
this issue
Jun 17, 2022
… and connector (#4220) * Remove 'public' access modifier from botframework-config folder * Remove 'public' access modifier from botframework-connector folder Co-authored-by: tracyboehrer <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Area: Engineering
Internal issues that are related to improving code quality, refactorings, code cleanup, etc.
Area: SDK
General SDK issues that don't clearly map to other areas (e.g.: helper methods)
backlog
The issue is out of scope for the current iteration but it will be evaluated in a future release.
public
access modifiers'no-public'
chore: remove unnecessary public access modifier #3731 (review) to root config once all packages are addressed.Completed packages:
The text was updated successfully, but these errors were encountered: