Skip to content

Commit

Permalink
Docs: enhance scripts comments (firebase#13842)
Browse files Browse the repository at this point in the history
  • Loading branch information
MojtabaHs committed Oct 17, 2024
1 parent 7ba68a5 commit 16f3646
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/cpplint.py
Original file line number Diff line number Diff line change
Expand Up @@ -1256,7 +1256,7 @@ def __init__(self):
self._filters_backup = self.filters[:]
self.counting = 'total' # In what way are we counting errors?
self.errors_by_category = {} # string to int dict storing error counts
self.quiet = False # Suppress non-error messagess?
self.quiet = False # Suppress non-error messages?

# output format:
# "emacs" - format that emacs can parse (default)
Expand Down
2 changes: 1 addition & 1 deletion scripts/style.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ clang_options=(-style=file)

# Swift formatting options for the repo should be configured in
# https://github.com/firebase/firebase-ios-sdk/blob/main/.swiftformat.
# These may be overriden with additional `.swiftformat` files in subdirectories.
# These may be overridden with additional `.swiftformat` files in subdirectories.
swift_options=()

if [[ $# -gt 0 && "$1" == "test-only" ]]; then
Expand Down

0 comments on commit 16f3646

Please sign in to comment.