Jeroen Engels
|
31cd0c6691
|
Add phantom type variable to Error in other files than Review.Rule
|
2020-04-01 20:13:45 +02:00 |
|
Jeroen Engels
|
3077047e63
|
Make Scope add all visitors at once
|
2020-03-19 19:28:01 +01:00 |
|
Jeroen Engels
|
f076643150
|
Remove context and visitor argument for newProjectRuleSchema
|
2020-03-19 19:21:49 +01:00 |
|
Jeroen Engels
|
ce7c6b7021
|
Move initial project context to an argument of Rule.newProjectRuleSchema
|
2020-03-19 19:03:12 +01:00 |
|
Jeroen Engels
|
8273322832
|
Allow elm.json visitors to report errors in project rules
|
2020-03-18 23:08:06 +01:00 |
|
Jeroen Engels
|
b375518183
|
Rename errorForFile to errorForModule and add documentation
|
2020-03-15 23:39:35 +01:00 |
|
Jeroen Engels
|
c09c46e4eb
|
Rename withProjectElmJsonVisitor to withElmJsonProjectVisitor
|
2020-03-02 22:52:31 +01:00 |
|
Jeroen Engels
|
0b0b6d1b85
|
Use "List nothing" instead of "List Error" where possible
|
2020-02-28 17:11:15 +01:00 |
|
Jeroen Engels
|
d7f645241d
|
Continue documentation for project rules
|
2020-02-27 19:19:33 +01:00 |
|
Jeroen Engels
|
fbcc11d6a9
|
Simplify Scope by not having a setter and getter
|
2020-02-16 23:29:11 +01:00 |
|
Jeroen Engels
|
c2c53fdbe6
|
Rename Rule.FileKey to Rule.ModuleKey
|
2020-02-16 21:54:05 +01:00 |
|
Jeroen Engels
|
24723bf066
|
Make it possible to report errors in the elm.json file
|
2020-02-16 16:56:19 +01:00 |
|
Jeroen Engels
|
ac0ec7fe34
|
Rename traversingImportedModulesFirst to withContextFromImportedModules
|
2020-02-10 23:18:09 +01:00 |
|
Jeroen Engels
|
b4b70ef582
|
Extract moduleVisitorSchema in project rules to get better error messages
|
2020-01-27 17:18:06 +01:00 |
|
Jeroen Engels
|
fa3dedc8a8
|
Rename withProjectFinalEvaluation to withFinalProjectEvaluation
|
2020-01-26 13:29:00 +01:00 |
|
Jeroen Engels
|
ca4515ed2e
|
More "global" to "project" renaming
|
2020-01-26 13:25:09 +01:00 |
|
Jeroen Engels
|
35c6e53664
|
Rename fromModuleToGlobal -> fromModuleToProject and fromGlobalToModule -> fromProjectToModule
|
2020-01-26 13:19:46 +01:00 |
|
Jeroen Engels
|
d2f2ffa2cd
|
Rename Multi/Single to Project/Module
|
2020-01-20 08:34:52 +01:00 |
|
Jeroen Engels
|
eee29d7963
|
NoUnusedExports: Do not report tests or ReviewConfig.config
|
2020-01-15 16:35:03 +01:00 |
|
Jeroen Engels
|
691a22e5a7
|
NoUnusedExports: Mark types used in type alias and custom type arguments as used
|
2020-01-15 16:35:03 +01:00 |
|
Jeroen Engels
|
b654daa301
|
Remove unused code and dependencies
|
2020-01-15 09:54:26 +01:00 |
|
Jeroen Engels
|
acd63f22dd
|
NoUnusedExports: Report unused types
|
2020-01-14 12:50:07 +01:00 |
|
Jeroen Engels
|
511db00e29
|
NoUnusedExports: Do not report elements that are not defined
|
2020-01-14 09:50:13 +01:00 |
|
Jeroen Engels
|
251bca2c12
|
Use Scope in NoUnusedExports to know about the exports from other modules
|
2020-01-14 09:50:13 +01:00 |
|
Jeroen Engels
|
009613ec61
|
Rename fold to foldGlobalContexts
|
2020-01-14 09:50:13 +01:00 |
|
Jeroen Engels
|
4ae4895ba2
|
Rename initModuleContext to fromGlobalToModule
|
2020-01-14 09:50:13 +01:00 |
|
Jeroen Engels
|
dbf56e1e65
|
Add NoUnusedExports rule
|
2020-01-14 09:50:13 +01:00 |
|