Skip to content
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

1206 eslint repair camel case #2925

Merged
merged 5 commits into from
Aug 3, 2018

Conversation

jrosendahl
Copy link
Contributor

Type of change

  • Bugfix
  • Feature
  • New bidder adapter
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Does this change affect user-facing APIs or examples documented on http://prebid.org?
  • Other

Description of change

Enabled camelCase checking in .eslintrc
Made necessary code changes for linting to pass
Added one eslint ignore line for potential global variable

Other information

Addresses Issue 1206

Copy link
Contributor

@dbemiller dbemiller left a comment

Choose a reason for hiding this comment

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

nice!

@jsnellbaker
Copy link
Collaborator

Hi @jrosendahl

Thanks for putting together all these changes. The changes here look good. However there was another bidder recently merged into master that appears to fail the new lint checks.

Could you rebase off of master to incorporate this bidder (betweenBidAdapter.js) and add the fixes to this file as well?

Below is a copy of the lint errors for reference:

/Users/jsnellbaker/git/Prebid.js/modules/betweenBidAdapter.js
  117:10  error  Identifier 'get_rr' is not in camel case  camelcase
  130:10  error  Identifier 'get_fl' is not in camel case  camelcase
  145:10  error  Identifier 'get_tz' is not in camel case  camelcase

We should be good to merge at that point.

@jrosendahl
Copy link
Contributor Author

Should be updated, let me know if you need anything else.

Copy link
Collaborator

@jsnellbaker jsnellbaker left a comment

Choose a reason for hiding this comment

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

Thanks for the updates!

@jsnellbaker jsnellbaker merged commit 198013e into prebid:master Aug 3, 2018
florevallatmrf pushed a commit to Marfeel/Prebid.js that referenced this pull request Sep 6, 2018
* Camel Case issues addresed

* after merge cleanup

* updated between adapter
StefanWallin pushed a commit to mittmedia/Prebid.js that referenced this pull request Sep 28, 2018
* Camel Case issues addresed

* after merge cleanup

* updated between adapter
ghost pushed a commit to devunrulymedia/Prebid.js that referenced this pull request Jan 30, 2019
* Camel Case issues addresed

* after merge cleanup

* updated between adapter
AlessandroDG pushed a commit to simplaex/Prebid.js that referenced this pull request Mar 26, 2019
* Camel Case issues addresed

* after merge cleanup

* updated between adapter
AlessandroDG pushed a commit to simplaex/Prebid.js that referenced this pull request Mar 26, 2019
* Camel Case issues addresed

* after merge cleanup

* updated between adapter
@s-nikulin-lineate s-nikulin-lineate deleted the 1206-ESlint-Repair-CamelCase branch June 20, 2022 13:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants