-
-
Notifications
You must be signed in to change notification settings - Fork 10.9k
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
Update quanshi-meeting.rb #202446
base: master
Are you sure you want to change the base?
Update quanshi-meeting.rb #202446
Conversation
Please do not close and open new PRs as it is difficult to track the reviews. |
How can I solve the problem of pushing the quanshi-meeting.rb file up? |
You can just push to the branch and the PR should automatically update. |
Please remove all documentation comments and run |
% brew style --fix quanshi-meeting.rb |
Thank you. You still need to commit the changes since the command only modifies your local cask file. |
Thanks, I have already submitted to the GitHub - quanshi-123/homebrew-cask repository. |
Important: Do not tick a checkbox if you haven’t performed its action. Honesty is indispensable for a smooth review process.
In the following questions
<cask>
is the token of the cask you're submitting.After making any changes to a cask, existing or new, verify:
brew audit --cask --online <cask>
is error-free.brew style --fix <cask>
reports no offenses.Additionally, if adding a new cask:
brew audit --cask --new <cask>
worked successfully.HOMEBREW_NO_INSTALL_FROM_API=1 brew install --cask <cask>
worked successfully.brew uninstall --cask <cask>
worked successfully.