-
Notifications
You must be signed in to change notification settings - Fork 889
Commits on Nov 16, 2016
-
Support config object in tslint.json
* For example: ``` "rules": { "align": { "mode": "off", "options": ["parameters", "arguments"] } } ``` * See it run: `npm run compile && node ./lib/tslint-cli.js src/ruleLoader.ts` * Support mode: "warn", update proseFormatter to deal with warnings
Configuration menu - View commit details
-
Copy full SHA for b002f7c - Browse repository at this point
Copy the full SHA b002f7cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c597b28 - Browse repository at this point
Copy the full SHA c597b28View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9afc794 - Browse repository at this point
Copy the full SHA 9afc794View commit details -
* Formatter#format now takes failures,warnings,fixes (was failures, f…
…ixes) * Refactor formatters to reduce duplication * Add isWarning() to test Rule classes - these seem to be compiled from somewhere? Couldn't find source ts. * Started work on getting all tests to pass
Configuration menu - View commit details
-
Copy full SHA for 35add24 - Browse repository at this point
Copy the full SHA 35add24View commit details -
Configuration menu - View commit details
-
Copy full SHA for ba2b4e2 - Browse repository at this point
Copy the full SHA ba2b4e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 47e610e - Browse repository at this point
Copy the full SHA 47e610eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 135f215 - Browse repository at this point
Copy the full SHA 135f215View commit details
Commits on Nov 17, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 7c5e844 - Browse repository at this point
Copy the full SHA 7c5e844View commit details -
Configuration menu - View commit details
-
Copy full SHA for 024570a - Browse repository at this point
Copy the full SHA 024570aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c74270 - Browse repository at this point
Copy the full SHA 2c74270View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0af2c4c - Browse repository at this point
Copy the full SHA 0af2c4cView commit details
Commits on Nov 18, 2016
-
Extend RuleViolation to include a RuleLevel (ERROR|WARN)
Configuration menu - View commit details
-
Copy full SHA for f666d7c - Browse repository at this point
Copy the full SHA f666d7cView commit details
Commits on Nov 21, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 8fd7469 - Browse repository at this point
Copy the full SHA 8fd7469View commit details
Commits on Nov 22, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 9ab5e56 - Browse repository at this point
Copy the full SHA 9ab5e56View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e6c572 - Browse repository at this point
Copy the full SHA 4e6c572View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5087498 - Browse repository at this point
Copy the full SHA 5087498View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc31e19 - Browse repository at this point
Copy the full SHA cc31e19View commit details
Commits on Nov 23, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 2868256 - Browse repository at this point
Copy the full SHA 2868256View commit details -
Configuration menu - View commit details
-
Copy full SHA for 556fd4b - Browse repository at this point
Copy the full SHA 556fd4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d427ae3 - Browse repository at this point
Copy the full SHA d427ae3View commit details
Commits on Nov 24, 2016
-
Merge branch 'master' into enhanced-config-options
# Conflicts: # src/linter.ts # src/tslint-cli.ts
Configuration menu - View commit details
-
Copy full SHA for 7700ba1 - Browse repository at this point
Copy the full SHA 7700ba1View commit details -
Revert tslint.json as we're still using the 'latest' from npm to lint…
… which doesn't have the new config support yet
Configuration menu - View commit details
-
Copy full SHA for 2302949 - Browse repository at this point
Copy the full SHA 2302949View commit details
Commits on Nov 30, 2016
-
Configuration menu - View commit details
-
Copy full SHA for bb5d808 - Browse repository at this point
Copy the full SHA bb5d808View commit details
Commits on Dec 5, 2016
-
Configuration menu - View commit details
-
Copy full SHA for ec26ccc - Browse repository at this point
Copy the full SHA ec26cccView commit details
Commits on Jan 3, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 86e535f - Browse repository at this point
Copy the full SHA 86e535fView commit details
Commits on Jan 5, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 2401d38 - Browse repository at this point
Copy the full SHA 2401d38View commit details
Commits on Jan 17, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 258c41e - Browse repository at this point
Copy the full SHA 258c41eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ce7074 - Browse repository at this point
Copy the full SHA 2ce7074View commit details -
pmdFormatter - Change priority depending on level (3 = error, 4 = war…
…ning according to https://pmd.github.io/pmd-5.3.3/customizing/rule-guidelines.html)
Configuration menu - View commit details
-
Copy full SHA for ac388b8 - Browse repository at this point
Copy the full SHA ac388b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for dcc3916 - Browse repository at this point
Copy the full SHA dcc3916View commit details -
Configuration menu - View commit details
-
Copy full SHA for 68d94a3 - Browse repository at this point
Copy the full SHA 68d94a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 33959e2 - Browse repository at this point
Copy the full SHA 33959e2View commit details
Commits on Jan 18, 2017
-
Configuration menu - View commit details
-
Copy full SHA for b7aabcb - Browse repository at this point
Copy the full SHA b7aabcbView commit details
Commits on Jan 19, 2017
-
Configuration menu - View commit details
-
Copy full SHA for c0ac041 - Browse repository at this point
Copy the full SHA c0ac041View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d97b14 - Browse repository at this point
Copy the full SHA 4d97b14View commit details
Commits on Jan 20, 2017
-
Configuration menu - View commit details
-
Copy full SHA for dec3e12 - Browse repository at this point
Copy the full SHA dec3e12View commit details -
Create config tests for new tslint.json format and split legacy tests…
… to their own file
Configuration menu - View commit details
-
Copy full SHA for bb86f73 - Browse repository at this point
Copy the full SHA bb86f73View commit details -
Configuration menu - View commit details
-
Copy full SHA for 05d324e - Browse repository at this point
Copy the full SHA 05d324eView commit details
Commits on Jan 30, 2017
-
Merge branch 'master' into enhanced-config-options-tests
# Conflicts: # CHANGELOG.md # src/linter.ts
Configuration menu - View commit details
-
Copy full SHA for 0683ae0 - Browse repository at this point
Copy the full SHA 0683ae0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e9967b - Browse repository at this point
Copy the full SHA 6e9967bView commit details
Commits on Jan 31, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 1b0aedc - Browse repository at this point
Copy the full SHA 1b0aedcView commit details
Commits on Feb 6, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 18fb432 - Browse repository at this point
Copy the full SHA 18fb432View commit details -
Configuration menu - View commit details
-
Copy full SHA for f73e930 - Browse repository at this point
Copy the full SHA f73e930View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e826ff - Browse repository at this point
Copy the full SHA 8e826ffView commit details
Commits on Feb 11, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 1999a4e - Browse repository at this point
Copy the full SHA 1999a4eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d0a6e0 - Browse repository at this point
Copy the full SHA 1d0a6e0View commit details
Commits on Feb 28, 2017
-
remove legacy tests and add boolean config inheirt test
Noah Chen committedFeb 28, 2017 Configuration menu - View commit details
-
Copy full SHA for d1016da - Browse repository at this point
Copy the full SHA d1016daView commit details -
Merge branch 'master' of github.com:palantir/tslint into enhanced-con…
…fig-options # Conflicts: # CHANGELOG.md
Noah Chen committedFeb 28, 2017 Configuration menu - View commit details
-
Copy full SHA for 82c7036 - Browse repository at this point
Copy the full SHA 82c7036View commit details -
Noah Chen committed
Feb 28, 2017 Configuration menu - View commit details
-
Copy full SHA for e7e99cc - Browse repository at this point
Copy the full SHA e7e99ccView commit details -
use string literal union instead of enum
Noah Chen committedFeb 28, 2017 Configuration menu - View commit details
-
Copy full SHA for 7d38ffb - Browse repository at this point
Copy the full SHA 7d38ffbView commit details
Commits on Mar 1, 2017
-
populate rule severity in failures without specifying as argument for…
… each failure
Noah Chen committedMar 1, 2017 Configuration menu - View commit details
-
Copy full SHA for 96c1f6f - Browse repository at this point
Copy the full SHA 96c1f6fView commit details -
only exit(2) if errors > 0. Otherwise, exit(0) even with warnings
Noah Chen committedMar 1, 2017 Configuration menu - View commit details
-
Copy full SHA for c15eb34 - Browse repository at this point
Copy the full SHA c15eb34View commit details