Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.

Lint the extension source codes of posting.app.js #147

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

khurtsidzecms
Copy link

Lint the extension source codes of posting.app.js using GJSLint (Google Closure Linter). In old posting.app.js was found 44 lint errors.

Fixed this type lint errors:

1). Invalid JsDoc tag: fileOverview
2). Extra space after "function"
3). Illegal comma at end of array literal
4). Extra space at end of line
5). Line too long

Now file checked, no errors found.

Lint the extension source codes of posting.app.js using GJSLint (Google Closure Linter). In old posting.app.js was found 44 lint errors. Now file checked, no errors found.
@@ -1,16 +1,12 @@
/**
* @fileOverview This file handles the communication between
* fileOverview - This file handles the communication between
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like this might have been a capitalization issue, but the directive is correct. http://usejsdoc.org/tags-file.html

@smcgregor
Copy link
Member

Thanks for the PR! The changes all look good, with the exception of the two inline comments I made. If you address them, I will merge.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants