.. |
Css
|
Use new function
|
2024-05-07 23:41:59 +02:00 |
Docs
|
Use extraFiles2 everywhere
|
2024-04-17 00:52:29 +02:00 |
Fixtures
|
Reorganize test files for the core internals
|
2020-04-03 16:19:24 +02:00 |
List
|
Backport rules from elm-review-unused
|
2022-11-09 15:58:49 +01:00 |
MiscRules
|
Remove unused imports
|
2020-12-21 21:45:55 +01:00 |
NoDebug
|
Add provides information to rules in tests
|
2022-10-29 17:58:25 +02:00 |
NoInconsistentAliases
|
Apply simplifications
|
2023-06-26 22:06:21 +02:00 |
NoModuleOnExposedNames
|
Backport rules from other packages
|
2020-08-09 18:56:12 +02:00 |
NoUnused
|
Backport rules from unused
|
2023-09-03 11:31:00 +02:00 |
Review
|
Add includeByDefault to FilePattern.match
|
2024-05-06 00:26:33 +02:00 |
Simplify
|
Backport rules from simplify
|
2023-09-03 11:30:45 +02:00 |
String
|
Backport rules from packages
|
2023-06-25 22:44:48 +02:00 |
Tests
|
Backport rules from elm-review-forbidden-words
|
2022-09-01 18:00:56 +02:00 |
Vendor
|
Backport rules from other packages
|
2020-08-09 18:56:12 +02:00 |
CognitiveComplexity.elm
|
Backport rules from cognitive-complexity
|
2023-09-03 11:45:53 +02:00 |
CognitiveComplexityTest.elm
|
Backport rules from cognitive-complexity
|
2023-09-03 11:45:53 +02:00 |
Levenshtein.elm
|
Display a list of similar classes
|
2024-04-10 20:13:03 +02:00 |
ModuleNameLookupTableTest.elm
|
Fix module name lookup table giving a wrong result
|
2024-04-09 20:17:02 +02:00 |
NoBooleanCaseOf.elm
|
Backport rules from other projects
|
2020-09-23 08:11:51 +02:00 |
NoBooleanCaseOfTest.elm
|
Backport rules from other projects
|
2020-09-23 08:11:51 +02:00 |
NoConfusingPrefixOperator.elm
|
Backport rules from elm-review-common
|
2022-09-19 12:01:49 +02:00 |
NoConfusingPrefixOperatorTest.elm
|
Backport rules from elm-review-common
|
2022-09-19 12:01:49 +02:00 |
NoDeprecated.elm
|
Backport rules from elm-review-common
|
2022-09-19 12:01:49 +02:00 |
NoDeprecatedTest.elm
|
Backport NoDeprecated
|
2022-06-29 23:42:52 +02:00 |
NoExposingEverything.elm
|
Add provides information to rules in tests
|
2022-10-29 17:58:25 +02:00 |
NoExposingEverythingTest.elm
|
Backport rules from elm-review-common
|
2021-04-06 17:32:30 +02:00 |
NoExtraBooleanComparison.elm
|
Remove Rule3
|
2020-06-28 08:01:44 +02:00 |
NoExtraBooleanComparisonTest.elm
|
Re-organize test rules
|
2020-04-03 16:19:24 +02:00 |
NoForbiddenWords.elm
|
Backport rules from elm-review-forbidden-words
|
2022-09-01 18:00:56 +02:00 |
NoFullyAppliedPrefixOperator.elm
|
Backport rules from other packages
|
2020-08-09 18:56:12 +02:00 |
NoFullyAppliedPrefixOperatorTest.elm
|
Backport work from review-simplification
|
2020-04-06 17:18:56 +02:00 |
NoImportingEverything.elm
|
Backport rules from other projects
|
2020-09-23 08:11:51 +02:00 |
NoImportingEverythingTest.elm
|
Backport rules from other packages
|
2020-08-09 18:56:12 +02:00 |
NoInconsistentAliases.elm
|
Backport rules from other packages
|
2020-08-09 18:56:12 +02:00 |
NoListLiteralsConcat.elm
|
Backport rules from other packages
|
2020-08-09 18:56:12 +02:00 |
NoListLiteralsConcatTest.elm
|
Backport work from review-simplification
|
2020-04-05 09:57:34 +02:00 |
NoMissingSubscriptionsCall.elm
|
Stop using Rule.withMetadata in plugin rules
|
2022-04-28 13:25:24 +02:00 |
NoMissingSubscriptionsCallTest.elm
|
Backport work from review packages
|
2020-06-03 18:23:19 +02:00 |
NoMissingTypeAnnotation.elm
|
Backport rules from other projects
|
2020-09-23 08:11:51 +02:00 |
NoMissingTypeAnnotationInLetIn.elm
|
Backport rules from other projects
|
2020-09-23 08:11:51 +02:00 |
NoMissingTypeAnnotationInLetInTest.elm
|
Backport work from review packages
|
2020-04-20 23:11:53 +02:00 |
NoMissingTypeAnnotationTest.elm
|
Backport work from review packages
|
2020-04-20 23:11:53 +02:00 |
NoMissingTypeExpose.elm
|
Add provides information to rules in tests
|
2022-10-29 17:58:25 +02:00 |
NoMissingTypeExposeTest.elm
|
Backport rules from elm-review-common
|
2021-08-19 20:50:50 +02:00 |
NoModuleOnExposedNames.elm
|
Apply simplifications
|
2023-06-26 22:06:21 +02:00 |
NoNegationInIfCondition.elm
|
Add provides information to rules in tests
|
2022-10-29 17:58:25 +02:00 |
NoNegationInIfConditionTest.elm
|
Add withSourceCodeExtractor (#100)
|
2021-05-29 00:00:12 +02:00 |
NoNoOpMsg.elm
|
Small typos (#116)
|
2022-01-19 14:28:42 +01:00 |
NoNoOpMsgTest.elm
|
Small typos (#116)
|
2022-01-19 14:28:42 +01:00 |
NoPrematureLetComputation.elm
|
Add provides information to rules in tests
|
2022-10-29 17:58:25 +02:00 |
NoPrematureLetComputationTest.elm
|
Backport rules from elm-review-common
|
2021-10-17 10:00:47 +02:00 |
NoRecursiveUpdate.elm
|
Backport rules from other packages
|
2022-04-22 22:04:13 +02:00 |
NoRecursiveUpdateTest.elm
|
Backport rules from other packages
|
2022-04-22 22:04:13 +02:00 |
NoRedundantConcat.elm
|
Add provides information to rules in tests
|
2022-10-29 17:58:25 +02:00 |
NoRedundantConcatTest.elm
|
Backport rules from other packages
|
2020-08-09 18:56:12 +02:00 |
NoSimpleLetBody.elm
|
Add provides information to rules in tests
|
2022-10-29 17:58:25 +02:00 |
NoSimpleLetBodyTest.elm
|
Backport rules from elm-review-code-style
|
2021-08-19 20:55:58 +02:00 |
NoTestValuesInProductionCode.elm
|
Stop using Rule.withMetadata in plugin rules
|
2022-04-28 13:25:24 +02:00 |
NoTestValuesInProductionCodeTest.elm
|
Backport unused and test-values
|
2020-12-23 19:12:04 +01:00 |
NoTodoComment.elm
|
Use Rule instead of Rule3
|
2020-06-28 08:01:44 +02:00 |
NoTodoCommentTest.elm
|
Improve the range for NoTodoComment
|
2020-03-18 17:35:11 +01:00 |
NoUnapprovedLicense.elm
|
Backport rules from packages
|
2022-12-08 16:27:43 +01:00 |
NoUnapprovedLicenseTest.elm
|
Backport rules from packages
|
2022-12-08 16:27:43 +01:00 |
NoUnnecessaryTrailingUnderscore.elm
|
Backport rules from elm-review-code-style
|
2021-05-26 22:29:13 +02:00 |
NoUnnecessaryTrailingUnderscoreTest.elm
|
Backport rules from elm-review-code-style
|
2021-02-10 17:15:09 +01:00 |
NoUnoptimizedRecursion.elm
|
Backport rules from packages
|
2022-12-08 16:27:43 +01:00 |
NoUnoptimizedRecursionTest.elm
|
Backport rules
|
2021-08-19 20:57:33 +02:00 |
NoUnsafeRegexFromLiteral.elm
|
Stop using Rule.withMetadata in plugin rules
|
2022-04-28 13:25:24 +02:00 |
NoUnsafeRegexFromLiteralTest.elm
|
Make Review.Test.expectConfigurationError work without run* functions
|
2021-03-10 17:09:16 +01:00 |
NoUselessCmdNone.elm
|
Backport rules from elm-review-noop
|
2020-11-18 10:16:23 +01:00 |
NoUselessCmdNoneTest.elm
|
Stop using tests/Dependencies/ElmCore.elm and remove it
|
2021-03-14 09:12:41 +01:00 |
NoUselessSubscriptions.elm
|
Backport rules from other projects
|
2020-09-23 08:11:51 +02:00 |
NoUselessSubscriptionsTest.elm
|
Backport work from review packages
|
2020-06-03 18:23:19 +02:00 |
RangeDict.elm
|
Backport rules from elm-review-common
|
2021-08-19 20:50:50 +02:00 |
Simplify.elm
|
Backport rules from simplify
|
2023-09-03 11:30:45 +02:00 |
SimplifyTest.elm
|
Backport rules from simplify
|
2023-09-03 11:30:45 +02:00 |
TestProject.elm
|
Backport rules
|
2021-08-19 20:57:33 +02:00 |
Util.elm
|
Remove outdated TODOs
|
2023-04-15 20:32:55 +02:00 |