- 7a11ae5 Remove the templating layer for pattern engines. by rjamet · 6 years ago
- 9a8407f Be more explicit about types in the conformancePatternRule. by rjamet · 6 years ago
- ac33f53 Fix a bug where the failure matcher didn't look at error messages. by rjamet · 6 years ago
- 7f053ed Add a BANNED_NAME engine to Tsetse's ConformancePatternRule. by rjamet · 6 years ago
- b6c227b Test the suggested fix generation. by rjamet · 6 years ago
- d71da23 Add an in-config ConformanceRule whitelist. by rjamet · 6 years ago
- 1a0169c Fix a small type confusion bug in the test matcher for Failures by rjamet · 6 years ago
- cda7a05 More tests for the ConformancePatterns, and fix substr-based confusion by rjamet · 6 years ago
- a72e6a0 Replace ranges with text matched in Tsetse matchers, and fix a type confusion by rjamet · 6 years ago
- 19a26d4 Add a property_write_non_constant engine to Tsetse's ConformancePattern. by rjamet · 6 years ago
- bca17fe Swap the verbosity mechanism for ConformancePatternRule from an argument to a global switch. by rjamet · 6 years ago
- 2cff228 Add a ConformancePattern rule to Tsetse, a configurable pattern-based rule. by rjamet · 6 years ago
- 50b0337 Add utilities to Tsetse in prevision of the future rule to ban conformance patterns. by rjamet · 6 years ago
- acb63cc Add a fix to the error reporting mechanism in Tsetse. by TypeScript Team · 6 years ago
- 1bfc107 Add an optional Fix to the Failure type in Tsetse. Nothing consumes this for now. by TypeScript Team · 6 years ago
- 456ccef Restore missing copybara transform. by alexeagle · 6 years ago
- 9cfa567 Tear out OSS-only parts of rules_typescript by Alex Eagle · 6 years ago
- 403397e Move the tsickle auto-quoting logic into a tsetse check. by radokirov · 6 years ago
- 3cb18df fix(tsetse): avoid double type discover in failure condition for ban-expect-truthy-promise rule by clydin · 6 years ago
- 399a007 Enforce buildifier on CircleCI by alexeagle · 6 years ago
- bef0cb4 fix: enforce buildifier lint on CI by Wassim Chegham · 6 years ago
- beb30c5 Support for building ts_library with typescript 3.1 by mgechev · 6 years ago
- 23aad24 Do TseTse checks with typechecker later by Filipe Silva · 6 years ago
- 55cf767 refactor(tsetse): optimize equals-nan rule by clydin · 6 years ago
- 8c1630b Call gatherDiagnostics to perform syntax/semantic/type checks by alexeagle · 6 years ago
- 1825955 Ban using Promises as a condition, which is error-prone. Promises are always truthy - it's likely that instead the developer intended to check the result of the Promise. by TypeScript Team · 6 years ago
- e161af8 Fix broken builds under strict-function-types. by TypeScript Team · 7 years ago
- 5ee241b Update TypeScript version used to compile tsc_wrapped to 2.7. by alexeagle · 7 years ago
- f284bcb Fix tsetse compilation errors with strictFunctionTypes on. by radokirov · 7 years ago
- 1c0c7d2 Add non-null assertions to handle the TypeScript compiler API changing to include undefined in TS 2.7 by TypeScript Team · 7 years ago
- 460fa4c Ensure jasmine expect has @checkReturnValue by TypeScript Team · 7 years ago
- 249a43a Workaround for https://github.com/Microsoft/TypeScript/issues/22208 by alexeagle · 7 years ago
- 4e86e42 Pick up fix for source-map typings which was introduced in 0.6. by alexeagle · 7 years ago
- 0cf0fd0 Require all promises in an async function to be consumed in some way (awaited, returned, assigned to a variable, etc). Not using a promise in an async function is likely to be a bug. by TypeScript Team · 7 years ago
- 64a6173 Ban using "toBeTruthy()" to match Promises, which is error-prone. Promises are always truthy - it's likely that instead the developer intended to match the result of the Promise. by TypeScript Team · 7 years ago
- 25f301f Exclude a closure base file in concatjs by alexeagle · 7 years ago
- e0c09a3 Move our deps to devDependencies by Alex Eagle · 7 years ago
- 2dc57a6 First pass at language service plugin by Caleb Eggensperger · 7 years ago
- 4e3c670 allow tsetse to build on TS2.6 by clydin · 7 years ago
- 378bf17 In the equals_nan rule, also check for x != NaN by TypeScript Team · 7 years ago
- ee38d30 Add a tsetse rule to ban equality comparison with NaN by Caleb Eggensperger · 7 years ago
- 28638e7 Introduce Tsetse, a plugin in the TypeScript compiler, letting us add our own type checks which are treated as compilation errors. by TypeScript Team · 7 years ago