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

TSlint implementation #441

Merged
merged 53 commits into from
May 26, 2015
Merged

TSlint implementation #441

merged 53 commits into from
May 26, 2015

Conversation

eonarheim
Copy link
Member

Closes #394, does not include the tests or the sandbox code. If everyone is okay with that this can be merged

@kamranayub
Copy link
Member

+1

On Mon, May 25, 2015, 20:18 Erik Onarheim [email protected] wrote:

Closes #394 #394, does
not include the tests or the sandbox code. If everyone is okay with that

this can be merged

You can view, comment on, or merge this pull request online at:

#441
Commit Summary

  • Starting Run TS Lint to enforce code quality, fail build otherwise #394 Enable eslint rule equivalent to ts-lint completed-docs rule #395 Basic implementation started
  • Finish Actor.ts
  • Finish Algebra.ts
  • Finish Animation.ts
  • Finish Binding.ts
  • Finish Camera.ts
  • Finish Camera.ts
  • Finish CollisionPair.ts
  • Finish Color.ts
  • Finish EasingFunctions.ts
  • Fix underscorePrefixRule, Camera.ts, Actor.ts, Engine.ts, Binding.ts
  • Finish EventDispatcher.ts
  • Finish Events.ts
  • Finish Group.ts
  • Finish Label.ts
  • Finish Loader.ts
  • Finish Log.ts
  • Actually finish Log.ts
  • Finish MonkeyPatch.ts
  • Finish Particles.ts
  • Finish Polygon.ts
  • Finished Promises.ts
  • merge master to tslint
  • Finish Resource.ts
  • Finish Scene.ts
  • Finish Sound.ts, fix underscorePrefixRule to handle no access
    modifiers
  • Finish Sprite.ts
  • Finish SpriteEffects.ts
  • Finish SpriteSheet.ts
  • Finish TileMap.ts
  • Finish Action.ts
  • Finish ActionContext.ts
  • Finish IActionable.ts
  • Finish BoundingBox.ts
  • Finish DynamicTree.ts
  • Finish DynamicTreeCollisionResolver.ts
  • Finish ICollisionResolver.ts
  • Finish NaiveCollisionResolver.ts
  • Finish Gamepad.ts
  • Finish IEngineInput.ts
  • Finish Input Folder
  • Finish files I missed in core
  • Finish Module Folder
  • Actually finish Module folder
  • Finish SortedList.ts

File Changes

Patch Links:


Reply to this email directly or view it on GitHub
#441.

@jedeen
Copy link
Member

jedeen commented May 25, 2015

We can deal with those in the next milestone. (#442 #443)

eonarheim added a commit that referenced this pull request May 26, 2015
@eonarheim eonarheim merged commit f8c12cb into master May 26, 2015
@eonarheim eonarheim deleted the tslint-revised branch May 26, 2015 01:08
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.

Run TS Lint to enforce code quality, fail build otherwise
3 participants