1
1
mirror of https://github.com/github/semantic.git synced 2024-12-20 21:31:48 +03:00
Commit Graph

23558 Commits

Author SHA1 Message Date
Rob Rix
3b362ee27d Change the severity of the eta reduce hint. 2018-06-19 09:40:35 -04:00
Rob Rix
7103468fc6 🔥 the old HLint.hs file. 2018-06-19 09:38:21 -04:00
Rob Rix
cc530ee5c0 Add a helper function with an error call instead of fromJust. 2018-06-19 09:38:12 -04:00
Rob Rix
8f373155a8 Apply the $ hints. 2018-06-19 09:34:52 -04:00
Rob Rix
e8f49454b8 Missed another ++. 2018-06-19 09:34:17 -04:00
Rob Rix
d1f63ed9d2 Missed a ++. 2018-06-19 09:33:33 -04:00
Rob Rix
c95c7b5500 Apply all the ++/<> hints. 2018-06-19 09:32:28 -04:00
Rob Rix
992cffa892 Note why we ignore the fmap rule. 2018-06-19 09:30:46 -04:00
Rob Rix
c31e8ca97d Move the TODO onto the same line. 2018-06-19 09:30:25 -04:00
Rob Rix
caf667e1d6 Add the redundant pure hints. 2018-06-19 09:30:05 -04:00
Rob Rix
ea7add7c61 Name the maybeM rule. 2018-06-19 09:29:18 -04:00
Rob Rix
c85d259714 These don’t have to be quoted. 2018-06-19 09:29:13 -04:00
Rob Rix
3a9ed7cd9d Add the maybeM hint. 2018-06-19 09:27:58 -04:00
Rob Rix
276257c71e Restrict fromJust. 2018-06-19 09:27:05 -04:00
Rob Rix
27851eb236 Restrict head/tail/init/last. 2018-06-19 09:26:36 -04:00
Rob Rix
6a43c99e63 Add the warning for termFOut . unTerm. 2018-06-19 09:19:41 -04:00
Rob Rix
7212b164bd Name the termAnnotation hint. 2018-06-19 09:19:09 -04:00
Rob Rix
a4d76c873c Add the rest of the AMP fallout warnings, plus ones for sequenceA. 2018-06-19 09:18:49 -04:00
Rob Rix
e59cac0267 Add comments grouping warnings. 2018-06-19 09:16:56 -04:00
Rob Rix
4732d46bdb Add the hint about termAnnotation. 2018-06-19 09:16:29 -04:00
Rob Rix
db9c37973b Add our return/pure hint. 2018-06-19 09:15:50 -04:00
Rob Rix
0960e86093 Ignore some hints by default. 2018-06-19 09:15:36 -04:00
Rob Rix
fa42756676 Enable the generalization hints. 2018-06-19 09:15:26 -04:00
Rob Rix
33b045add1 Enable the dollar hints. 2018-06-19 09:15:14 -04:00
Rob Rix
e3ae8cae89 Blacklist unsafePerformIO & unsafeCoerce by default. 2018-06-19 09:15:07 -04:00
Rob Rix
4099b3ec4d Tell hlint about our language extensions. 2018-06-19 09:14:55 -04:00
Rob Rix
9d6c0f16a2 Stub in an hlint config file. 2018-06-19 09:14:46 -04:00
Rob Rix
910a02e931 Placate hlint. 2018-06-19 08:53:15 -04:00
Rob Rix
d914385b2a Add hints to avoid redundant uses of pure. 2018-06-19 08:36:00 -04:00
Rick Winfrey
2f8c3b335e Chapter 13 in the ongoing saga ... 2018-06-18 16:08:28 -07:00
Rick Winfrey
45885933cd Chapter 12 in the ongoing saga entitled "In Haskell, function application binds tighter" 2018-06-18 15:59:18 -07:00
Rick Winfrey
62ef6aad0b Merge branch 'master' of https://github.com/github/semantic into haskell-assignment 2018-06-18 15:29:55 -07:00
Rick Winfrey
3397b88c06 Fixtures are our friends 2018-06-18 15:29:08 -07:00
Rick Winfrey
f12682df11 Assign the kinds! (*, *), (*), [(*->*)] 2018-06-18 15:28:46 -07:00
Rick Winfrey
51e48b592d Assign type instance declarations 2018-06-18 15:28:03 -07:00
Rob Rix
1a4751ffd4 Merge branch 'master' into topologically-sorted-imports 2018-06-18 18:14:01 -04:00
Rick Winfrey
c4a7b9e641 Add type class instance declarations 2018-06-18 14:47:58 -07:00
Rick Winfrey
a2cc9f62b6 Assign record wild cards (e.g. {..}) 2018-06-18 14:43:50 -07:00
Rick Winfrey
cd74909e9c Assign labeled patterns (e.g. Foo{..} in a function declaration) 2018-06-18 14:43:33 -07:00
Rick Winfrey
e19f8191bf Assign instances (a portion of a type class instance declaration) 2018-06-18 14:42:58 -07:00
Rick Winfrey
81d50dbeb8 Allow for more options in the identifier portion of a function declaration assignment 2018-06-18 14:42:22 -07:00
Rick Winfrey
92d2e692ab Assign type class instance declarations 2018-06-18 14:42:04 -07:00
Timothy Clem
88499cb0ae Merge pull request #1975 from github/no-more-tags-output
🔥 the --tags output and associated code
2018-06-18 14:15:34 -07:00
Timothy Clem
4dce543e6d Merge branch 'master' into no-more-tags-output 2018-06-18 14:11:44 -07:00
Timothy Clem
a2aeec581b Merge pull request #1973 from github/define-preludes-as-builtins
Define preludes as builtins
2018-06-18 14:11:33 -07:00
Timothy Clem
9fe2fab276 Merge branch 'master' into define-preludes-as-builtins 2018-06-18 13:58:50 -07:00
Timothy Clem
51aa65eff9 Merge pull request #1974 from github/telemetry-errors-in-specs
Suppress telemetry errors in specs.
2018-06-18 13:55:09 -07:00
Timothy Clem
3656c04474 Fix up linter issues 2018-06-18 13:53:30 -07:00
Timothy Clem
628bdb5acd No longer used 2018-06-18 13:45:49 -07:00
Timothy Clem
0893027f11 Merge branch 'master' into no-more-tags-output 2018-06-18 13:39:23 -07:00