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

A little more linting #3

Closed
wants to merge 1 commit into from
Closed

A little more linting #3

wants to merge 1 commit into from

Conversation

BenHSmith13
Copy link
Contributor

No description provided.

export default function(actions, requests){

var types = _.reduce(actions, (result, key) => {
export default function(actions, requests) {

Choose a reason for hiding this comment

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

Missing space before function parentheses space-before-function-paren

@coveralls
Copy link

Coverage Status

Coverage remained the same at 99.843% when pulling f8ecd61 on more_lint into 56b5477 on master.

bfcoder added a commit that referenced this pull request Feb 8, 2017
* Update rubocop

* Refactor verify_oauth_response error message generation
bfcoder added a commit that referenced this pull request Feb 8, 2017
* Removes ngrok, foreman and guard.

* Remove unused seeds

* Clean up readme

* Removes dependency on s3-website.json

* Removes unused npm commands

* Fix rubocop offenses (#2)

* Update rubocop, remove erroneous cops, ignore specific files

* Fix rubocop offenses

* Change DeprecatedHashMethods to PreferredHashMethods

* Add ruby version

* Remove .jshintrc as it is not used.

* re-align route

* add routes to exclude block length

* remove ngrok and guardfile

* remove old code

* Removes unused package

* Update yarn lock

* Fix lint violations

* Refactor verify_oauth_response error message generation (#3)

* Update rubocop

* Refactor verify_oauth_response error message generation

* Remove extra assignment

* Remove s3-website from packages

* more lint updates
ignore unused var as that file is deleted in the admin branch

* Add .env.example code back

* Update readme

* Remove canvas rake task
update readme
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants