Commit Graph

37 Commits

Author SHA1 Message Date
Him188
829078f97e Remove bintray 2021-05-25 12:13:43 +08:00
Him188
706daec4ac Fix potential error due to plugin not up to date when resolving ResolveContext 2021-04-21 18:26:18 +08:00
Him188
337246acff Fix diagnostics messages 2021-02-12 14:07:43 +08:00
Him188
6d02764e2e Add USING_DERIVED_XXX_TYPE diagnostic and ConvertToXXXFix for derived collection type usages in PluginData delegation. fix #278 2021-02-11 18:52:48 +08:00
Him188
2a0cc6ca16 Fix publishing 2021-01-30 14:49:32 +08:00
Him188
2d69c6ae10 Improve inspection performance 2021-01-29 10:23:18 +08:00
Him188
4769a0995d Extract ResolveContext and RestrictedScope to separate modules 2021-01-29 07:44:22 +08:00
Him188
2e4ca12929 Configure experimental annotations, binary compatibility validator, dokka, build, publishing, for mirai-console. 2021-01-28 10:13:42 +08:00
Him188
a6d5656161 Support ReadOnlyPluginData:
Add ReadOnlyPluginData, ReadOnlyPluginConfig,
New inspection: READ_ONLY_VALUE_CANNOT_BE_VAR,
2020-11-30 14:25:40 +08:00
Him188
55c2bdefd2 Change RESTRICTED_CONSOLE_COMMAND_OWNER to warning 2020-11-29 19:17:28 +08:00
Him188
e63775676a Fix RESTRICTED_CONSOLE_COMMAND_OWNER 2020-11-29 16:21:54 +08:00
Him188
a66ecbf8c8 New inspection: RESTRICTED_CONSOLE_COMMAND_OWNER, close #216 2020-11-29 16:12:49 +08:00
Him188
bc290f63bb New inspection: ILLEGAL_COMMAND_DECLARATION_RECEIVER, close #174 2020-11-29 15:05:39 +08:00
Karlatemp
2132e4d095
IDEA Plugin: Requirement checking 2020-11-26 22:56:51 +08:00
Him188
0e0271ec78 Add notes 2020-11-25 17:30:52 +08:00
Him188
1d6dccb793 Pretty buildscript 2020-11-12 09:42:18 +08:00
Him188
0c3a4c735d Support PluginMainServiceNotConfiguredInspection and ConfigurePluginMainServiceFix 2020-11-10 13:59:41 +08:00
Him188
e37ac17b82 Support ProvideDefaultValueFix for NOT_CONSTRUCTABLE_TYPE 2020-11-10 11:38:24 +08:00
Him188
233ff9bee3 Fix MiraiConsoleErrors 2020-11-10 10:49:48 +08:00
Him188
8cd4d1cca2 Update kotlin idea dependency 2020-11-10 10:48:32 +08:00
Him188
e5a7df46de Code cleanup 2020-11-08 09:52:29 +08:00
Him188
03467a6f45 Simplify source root structure 2020-10-30 10:28:18 +08:00
Him188
e673679125 Rename .java to .kt 2020-10-30 10:28:15 +08:00
Him188
14fd3015b9 Fix resolve 2020-10-28 15:25:30 +08:00
Him188
2c5f9ebcf4 Update copyright 2020-10-28 13:35:15 +08:00
Him188
717c908ccf Support multiple ResolveContext kinds in single declaration 2020-10-25 13:16:27 +08:00
Him188
ca95add438 Add checkVersionRequirement 2020-10-23 13:06:55 +08:00
Him188
2896a2266b Setup gradle publish 2020-09-19 21:01:04 +08:00
Him188
ceb689066e Introduce RestrictedScope for further resolution for IDE plugin 2020-09-19 13:48:23 +08:00
Him188
f76226f13c Add QuickFix AddSerializerFix for UNSERIALIZABLE_TYPE 2020-09-19 01:06:45 +08:00
Him188
3fa7c9e128 Support ILLEGAL_COMMAND_NAME, ILLEGAL_PERMISSION_NAME, ILLEGAL_PERMISSION_ID, ILLEGAL_PERMISSION_NAMESPACE 2020-09-19 00:22:38 +08:00
Him188
39145634e6 Support UNSERIALIZABLE_TYPE for detecting @Serializable annotations 2020-09-18 20:00:47 +08:00
Him188
7244cb76c4 Introduce inspection NOT_CONSTRUCTABLE_TYPE for PluginData.value 2020-09-18 15:36:03 +08:00
Him188
5dbf596582 Support checking plugin name and plugin id (ILLEGAL_PLUGIN_DESCRIPTION) 2020-09-18 01:49:08 +08:00
Him188
3fc2d7f5c1 Diagnostics and resolve utilities 2020-09-18 00:21:05 +08:00
Him188
c1ea2d94ee Move compiler common to compiler-common module 2020-09-17 21:51:24 +08:00
Him188
f37f059634 Introduce compiler-common module 2020-09-17 21:39:34 +08:00