-
Notifications
You must be signed in to change notification settings - Fork 889
Commits on Jul 17, 2016
-
Extend ban rule to also bn global methods.
Nina Hartmann committedJul 17, 2016 Configuration menu - View commit details
-
Copy full SHA for 13b6c3d - Browse repository at this point
Copy the full SHA 13b6c3dView commit details -
Nina Hartmann committed
Jul 17, 2016 Configuration menu - View commit details
-
Copy full SHA for 9cfc5b7 - Browse repository at this point
Copy the full SHA 9cfc5b7View commit details
Commits on Aug 31, 2016
-
Add linterOptions to tslint.json (palantir#1403)
* Add linterOptions to tslint.json - only enable type checking during tests when typeCheck: true is configured - fixes palantir#1402 * Code style
Configuration menu - View commit details
-
Copy full SHA for 6b056cc - Browse repository at this point
Copy the full SHA 6b056ccView commit details -
Add new Rule: arrow-parens (palantir#1384)
* Add new Rule: arrow-parens * Add test * modify some documentations
Configuration menu - View commit details
-
Copy full SHA for 6776fc3 - Browse repository at this point
Copy the full SHA 6776fc3View commit details -
Core object-literal-key-quotes rule (palantir#1364)
* Core quote-props rule * Tweaks for code review * rename
Configuration menu - View commit details
-
Copy full SHA for 139cbfa - Browse repository at this point
Copy the full SHA 139cbfaView commit details -
Implement rule to forbid return statements in finally blocks palantir…
…#1097 (palantir#1349) * Implement rule to forbid return statements in finally blocks palantir#1097 * explore the try statement fully to pick up violations in nested scopes * switch to a scope aware rule walker to reduce number of passes over the AST * Add support for other control flow statements in finally blocks (break, continue, throws) * improve the rationale description for the no unsafe finally rule * rename rule to no-unsafe-finally to be inline with eslint * add new rule to latest config * pull out helper functions from the walker class. * fix tslint violations (which didn't occur locally)
Configuration menu - View commit details
-
Copy full SHA for 3ae205e - Browse repository at this point
Copy the full SHA 3ae205eView commit details -
task(formatter): added stylish formatter (palantir#1406)
* task(formatter): added stylish formatter * Support non-colors terminal in tests * fix(stylish): lint quotes * fix(stylish) 4 spaces indentation * fix(stylish): correct strpad amount * fix(stylish): test tuple position
Configuration menu - View commit details
-
Copy full SHA for be635b3 - Browse repository at this point
Copy the full SHA be635b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f71497 - Browse repository at this point
Copy the full SHA 2f71497View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa23cbb - Browse repository at this point
Copy the full SHA aa23cbbView commit details -
no-for-in-array rule (palantir#1394)
* no-for-in-array rule * Change array check * Add typeCheck linterOption
Configuration menu - View commit details
-
Copy full SHA for 192a49c - Browse repository at this point
Copy the full SHA 192a49cView commit details -
Better ban rule failure messages & allows for additional custom messa…
…ges (palantir#1385) * Updating ban rule to have better messages, and an optional explanation message as a 3rd parameter
Configuration menu - View commit details
-
Copy full SHA for 89259bb - Browse repository at this point
Copy the full SHA 89259bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 87cc5ac - Browse repository at this point
Copy the full SHA 87cc5acView commit details -
Use correct type for tagged string function parameter (palantir#1433)
This allows the code to compile correctly with TS 1.8.x and TS 2.x See microsoft/TypeScript#9855 also
Configuration menu - View commit details
-
Copy full SHA for 6ab4298 - Browse repository at this point
Copy the full SHA 6ab4298View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac6a682 - Browse repository at this point
Copy the full SHA ac6a682View commit details -
Add new rule adjacent-overload-signatures (palantir#1426)
Raghav Katyal authored and Nina Hartmann committedAug 31, 2016 Configuration menu - View commit details
-
Copy full SHA for ccef77f - Browse repository at this point
Copy the full SHA ccef77fView commit details -
Added additional type constraint for findFormatter function parameter…
… name (string | Function) (palantir#1443)
Configuration menu - View commit details
-
Copy full SHA for efa4733 - Browse repository at this point
Copy the full SHA efa4733View commit details -
Add text replacement fixes for rules (palantir#1423)
* Created IFix and IReplacement structures for representing fixes * programWalker includes createFix and createReplacement * Added optional parameter to createFailure for suggesting fixes * Modified semicolon rule to suggest fixes (add / remove semicolon) * Modified testing to check against a file with fixes applied * If there is a ".ts.fix" file, then the test will take the first suggested fix and apply to the test file (without markup) and compare Addresses palantir#561
Configuration menu - View commit details
-
Copy full SHA for 96300b1 - Browse repository at this point
Copy the full SHA 96300b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6641be4 - Browse repository at this point
Copy the full SHA 6641be4View commit details -
Configuration menu - View commit details
-
Copy full SHA for a024dce - Browse repository at this point
Copy the full SHA a024dceView commit details -
Configuration menu - View commit details
-
Copy full SHA for a6d1331 - Browse repository at this point
Copy the full SHA a6d1331View commit details -
Add new
file-header
rule to enforce headers matched by regexp (pala……ntir#1441) - Checks for comments at the very beginning of files - Ignores #! - Matches comment contents with header regexp
Configuration menu - View commit details
-
Copy full SHA for b542265 - Browse repository at this point
Copy the full SHA b542265View commit details -
Fix typo in whitespace rule enum (palantir#1468)
Adrian Pacała authored and Nina Hartmann committedAug 31, 2016 Configuration menu - View commit details
-
Copy full SHA for 7f5360e - Browse repository at this point
Copy the full SHA 7f5360eView commit details -
Adding "allow-declarations" to only-arrow-functions (palantir#1452)
Josh Goldberg authored and Nina Hartmann committedAug 31, 2016 Configuration menu - View commit details
-
Copy full SHA for c4686d7 - Browse repository at this point
Copy the full SHA c4686d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for d2ce671 - Browse repository at this point
Copy the full SHA d2ce671View commit details -
Configuration menu - View commit details
-
Copy full SHA for c10d5fb - Browse repository at this point
Copy the full SHA c10d5fbView commit details -
Require semicolons for type aliases (palantir#1475)
Andy authored and Nina Hartmann committedAug 31, 2016 Configuration menu - View commit details
-
Copy full SHA for fccfb9a - Browse repository at this point
Copy the full SHA fccfb9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for cc081c8 - Browse repository at this point
Copy the full SHA cc081c8View commit details -
Improve an error message on invalid source file (palantir#1480)
Partially addresses palantir#516.
Configuration menu - View commit details
-
Copy full SHA for 887962a - Browse repository at this point
Copy the full SHA 887962aView commit details -
Configuration menu - View commit details
-
Copy full SHA for dca0b04 - Browse repository at this point
Copy the full SHA dca0b04View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6812c9a - Browse repository at this point
Copy the full SHA 6812c9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ff8da91 - Browse repository at this point
Copy the full SHA ff8da91View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2bbb8da - Browse repository at this point
Copy the full SHA 2bbb8daView commit details -
Move docs from gh-pages to docs/ directory (palantir#1494)
* Ignore docs directory when publishing to npm * Add all docs content from gh-pages branch to docs/ directory * Update docs on docs * Update docs build script
Configuration menu - View commit details
-
Copy full SHA for d65c137 - Browse repository at this point
Copy the full SHA d65c137View commit details -
Configuration menu - View commit details
-
Copy full SHA for e5201c4 - Browse repository at this point
Copy the full SHA e5201c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for c53534e - Browse repository at this point
Copy the full SHA c53534eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8bc6f5c - Browse repository at this point
Copy the full SHA 8bc6f5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for db22b96 - Browse repository at this point
Copy the full SHA db22b96View commit details -
Configuration menu - View commit details
-
Copy full SHA for ded0407 - Browse repository at this point
Copy the full SHA ded0407View commit details -
Require semicolon for function declaration with no body (palantir#1447)
Andy authored and Nina Hartmann committedAug 31, 2016 Configuration menu - View commit details
-
Copy full SHA for f585cbc - Browse repository at this point
Copy the full SHA f585cbcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 873fec1 - Browse repository at this point
Copy the full SHA 873fec1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 28a7933 - Browse repository at this point
Copy the full SHA 28a7933View commit details -
Require semicolon for type alias (palantir#1478)
Andy authored and Nina Hartmann committedAug 31, 2016 Configuration menu - View commit details
-
Copy full SHA for 22ce5fc - Browse repository at this point
Copy the full SHA 22ce5fcView commit details -
Add ArrayType rule to enforce 'T[]' or 'Array<T>' (palantir#1498)
* Add ArrayType to SyntaxWalker
Configuration menu - View commit details
-
Copy full SHA for d3a9b41 - Browse repository at this point
Copy the full SHA d3a9b41View commit details -
Configuration menu - View commit details
-
Copy full SHA for d04d475 - Browse repository at this point
Copy the full SHA d04d475View commit details -
Configuration menu - View commit details
-
Copy full SHA for b618945 - Browse repository at this point
Copy the full SHA b618945View commit details -
* Remove docs/_site files that shouldn't be checked in * gitignore files that shoudln't be checked in * Don't tie site to a specific version of ruby * Add note that type info is required for some rules
Configuration menu - View commit details
-
Copy full SHA for ca67559 - Browse repository at this point
Copy the full SHA ca67559View commit details -
Configuration menu - View commit details
-
Copy full SHA for 554fc2d - Browse repository at this point
Copy the full SHA 554fc2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5640168 - Browse repository at this point
Copy the full SHA 5640168View commit details -
Create a global-ban rule to ban global methods.
Nina Hartmann committedAug 31, 2016 Configuration menu - View commit details
-
Copy full SHA for 4c3edd8 - Browse repository at this point
Copy the full SHA 4c3edd8View commit details -
Nina Hartmann committed
Aug 31, 2016 Configuration menu - View commit details
-
Copy full SHA for ea1bee2 - Browse repository at this point
Copy the full SHA ea1bee2View commit details -
Fix the global ban rule to only mark the method name on error
Nina Hartmann committedAug 31, 2016 Configuration menu - View commit details
-
Copy full SHA for 6b1c75a - Browse repository at this point
Copy the full SHA 6b1c75aView commit details -
Formatting in global-ban rule test
Nina Hartmann committedAug 31, 2016 Configuration menu - View commit details
-
Copy full SHA for a5f7600 - Browse repository at this point
Copy the full SHA a5f7600View commit details -
Fix description and add test case (as proposed in the review comments)
Nina Hartmann committedAug 31, 2016 Configuration menu - View commit details
-
Copy full SHA for 6bd9cb5 - Browse repository at this point
Copy the full SHA 6bd9cb5View commit details -
Merge remote-tracking branch 'upstream/master' into 327
Nina Hartmann committedAug 31, 2016 Configuration menu - View commit details
-
Copy full SHA for 0e21886 - Browse repository at this point
Copy the full SHA 0e21886View commit details -
Remove globalBan rule (was another approach - accidently merged into …
…branch)
Nina Hartmann committedAug 31, 2016 Configuration menu - View commit details
-
Copy full SHA for c2482c4 - Browse repository at this point
Copy the full SHA c2482c4View commit details