Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / jfmengels/elm-review-unused issues and pull requests
#93 - NoUnused.Exports: Tests without a type annotation are reported as unused
Issue -
State: open - Opened by jfmengels 8 months ago
Labels: bug, help wanted, requires-type-inference
#92 - Catch unused imported functions when shadowed in a tuple let declaration v2
Pull Request -
State: closed - Opened by jfmengels 11 months ago
#91 - Catch unused imported functions when shadowed in a tuple let declaration
Pull Request -
State: closed - Opened by matzko 11 months ago
- 4 comments
#90 - `NoUnused.Variables` does not report unnecessary imports of implicit/prelude modules
Issue -
State: open - Opened by SiriusStarr about 1 year ago
#89 - NoUnused.Variables reports an alias as unused, but it's used
Issue -
State: closed - Opened by miniBill over 1 year ago
- 2 comments
#88 - elm/json is special and should not be removed
Issue -
State: open - Opened by miniBill over 1 year ago
- 4 comments
Labels: bug, help wanted
#87 - NoUnused.Variables does not report indirect recursive functions
Issue -
State: open - Opened by jfmengels over 1 year ago
Labels: enhancement
#86 - NoUnused.Variables does not report shadowed imported types
Issue -
State: open - Opened by jfmengels over 1 year ago
Labels: bug
#85 - Batch NoUnused.Exports fixes
Issue -
State: open - Opened by gampleman over 1 year ago
#84 - Split `NoUnused.Variables` into `NoUnused.Imports` and `NoUnused.Declarations`
Issue -
State: open - Opened by miniBill over 1 year ago
- 4 comments
#83 - Report unused exports when exposing all
Pull Request -
State: closed - Opened by tfausak over 1 year ago
- 10 comments
#82 - NoUnused.Exports does not work when exposing all
Issue -
State: closed - Opened by tfausak over 1 year ago
- 3 comments
#81 - Have NoUnused.Exports report elements only found in tests (and similar folders)
Pull Request -
State: closed - Opened by jfmengels over 1 year ago
- 4 comments
#80 - Have NoUnused.Exports report functions only used in tests (and similar folders)
Issue -
State: closed - Opened by jfmengels over 1 year ago
- 1 comment
Labels: enhancement, help wanted
#79 - Handle custom type constructors starting with non-ASCII letters
Pull Request -
State: closed - Opened by lydell over 1 year ago
- 1 comment
#78 - Wrongly reports custom type constructor starting with a non-ASCII letter as unused
Issue -
State: closed - Opened by lydell over 1 year ago
- 1 comment
#77 - Add type alias rules
Pull Request -
State: open - Opened by decioferreira almost 2 years ago
#76 - Autofix heuristics for NoUnused.Parameters
Issue -
State: open - Opened by gampleman almost 2 years ago
- 2 comments
Labels: enhancement, help wanted
#75 - NoUnused.Variables reporting incorrect error
Issue -
State: closed - Opened by wolfadex about 2 years ago
#74 - New rule: no unused fields
Issue -
State: open - Opened by jfmengels over 2 years ago
Labels: help wanted
#73 - Make NoUnused.Patterns report unnecessary aliases
Pull Request -
State: closed - Opened by jfmengels over 2 years ago
#72 - Simplify duplicate/nested `as` patterns
Issue -
State: closed - Opened by SiriusStarr over 2 years ago
- 4 comments
#71 - Report imported elements that get shadowed by other imports
Pull Request -
State: closed - Opened by jfmengels over 2 years ago
#70 - NoUnused.Variables: False negative for imports shadowed by another import
Issue -
State: closed - Opened by jfmengels over 2 years ago
Labels: bug
#69 - Merge NoUnused.Modules into NoUnused.Exports
Pull Request -
State: closed - Opened by jfmengels over 2 years ago
#68 - "NoUnused.CustomTypeConstructorArgs" is giving a false positive on "Argument is never extracted and therefore never used."
Issue -
State: open - Opened by wolfadex over 2 years ago
- 1 comment
#67 - New rule: NoUnused.TypeVariables
Issue -
State: open - Opened by jfmengels over 2 years ago
- 4 comments
Labels: enhancement, help wanted
#66 - Lamdera types in Types.elm module incorrectly removed
Issue -
State: open - Opened by MartinSStewart over 2 years ago
Labels: bug, help wanted
#65 - False positive "Type constructor `WidgetTac_SubmitForm` is not used." when the message contains an underscore?
Issue -
State: closed - Opened by lucamug over 2 years ago
- 2 comments
#64 - Pattern variables starting with _ should not be reported as unused
Issue -
State: closed - Opened by bgrundmann almost 3 years ago
- 2 comments
#63 - Fix parameter name in documentation
Pull Request -
State: closed - Opened by kraai almost 3 years ago
- 1 comment
#62 - Don't report exposed custom types whose constructors are used elsewhere
Pull Request -
State: closed - Opened by jfmengels almost 3 years ago
- 3 comments
#61 - NoUnused.Exports false positive for a custom type named `Result`
Issue -
State: closed - Opened by Janiczek almost 3 years ago
#60 - NoUnused.CustomTypeConstructors is reported for types used in phantom builder annotations
Issue -
State: open - Opened by dillonkearns about 3 years ago
- 4 comments
Labels: enhancement, help wanted
#59 - false positive on `NoUnused.Variables` with shadowing
Issue -
State: closed - Opened by miyamoen about 3 years ago
- 3 comments
#58 - NoUnused.Variables falsely reporting unused constructor
Issue -
State: closed - Opened by erlandsona over 3 years ago
- 9 comments
#57 - Getting a false positive with this rule
Issue -
State: closed - Opened by lucamug over 3 years ago
- 2 comments
#56 - Fix false positive in NoUnused.Variables
Pull Request -
State: closed - Opened by jfmengels over 3 years ago
#55 - Attempt to solve #53
Pull Request -
State: closed - Opened by jfmengels over 3 years ago
#54 - Module reported as unused when it contains main
Issue -
State: closed - Opened by MartinSStewart over 3 years ago
- 3 comments
#53 - NoUnusedVariables: false negative when a used param has the same name as an unused import
Pull Request -
State: closed - Opened by stefan-wullems over 3 years ago
- 4 comments
#52 - NoUnusedVariables: false positive when a used param has the same name as an unused import
Pull Request -
State: closed - Opened by stefan-wullems over 3 years ago
#51 - Fix indirect nounused dependencies
Pull Request -
State: closed - Opened by klaftertief over 3 years ago
- 4 comments
#50 - False positive on `NoUnused.Dependencies`
Issue -
State: closed - Opened by klaftertief over 3 years ago
- 2 comments
#49 - Fixes type aliases not being reported when they don't alias a record
Pull Request -
State: closed - Opened by jfmengels over 3 years ago
- 7 comments
#48 - Unused type aliases not detected
Issue -
State: closed - Opened by smucode over 3 years ago
- 3 comments
#47 - Consider more things as phantom types in NoUnused.CustomTypeConstructors
Pull Request -
State: closed - Opened by jfmengels over 3 years ago
- 2 comments
#46 - `NoUnused.CustomTypeConstructors`: phantom type constructor name should not have to match
Issue -
State: closed - Opened by lue-bird over 3 years ago
- 2 comments
#45 - `NoUnused.Parameters`: don't flag named patterns
Issue -
State: closed - Opened by lue-bird over 3 years ago
- 11 comments
Labels: help wanted
#44 - False negative for data-less destructuring
Issue -
State: closed - Opened by jfmengels over 3 years ago
- 1 comment
Labels: enhancement, help wanted
#43 - Fixes #42: False positive in aliased custom type
Pull Request -
State: closed - Opened by gampleman over 3 years ago
- 3 comments
#42 - NoUnused.Variables: False positive in aliased custom type
Issue -
State: closed - Opened by zwilias over 3 years ago
- 2 comments
#41 - False Positive in `NoUnused.Variables` after 1.1.5
Issue -
State: closed - Opened by ymtszw almost 4 years ago
- 3 comments
#40 - NoUnused.Exports: Don't report types used in port declarations
Pull Request -
State: closed - Opened by jfmengels almost 4 years ago
#39 - NoUnused.Dependencies tries to move all dependencies to test-dependencies on Windows
Issue -
State: closed - Opened by bdukes almost 4 years ago
- 2 comments
#38 - NoUnused.Dependencies: Add automatic fix to remove application dependencies
Pull Request -
State: closed - Opened by jfmengels almost 4 years ago
#37 - Add automatic fixes for NoUnused.Dependencies
Pull Request -
State: closed - Opened by MartinSStewart almost 4 years ago
- 1 comment
#36 - Autofix removing unused constructors
Pull Request -
State: closed - Opened by jfmengels almost 4 years ago
#35 - Don't report custom type constructor args used in comparisons
Pull Request -
State: closed - Opened by jfmengels almost 4 years ago
- 4 comments
#34 - Variables: Avoid false positive around type name confusion
Pull Request -
State: closed - Opened by jfmengels almost 4 years ago
#33 - Extract function
Pull Request -
State: closed - Opened by jfmengels almost 4 years ago
#32 - CustomTypeConstructorArgs: Don't report Never arguments
Pull Request -
State: closed - Opened by jfmengels almost 4 years ago
- 2 comments
#31 - NoUnused.CustomTypeConstructorArgs reports Never's for phantom types
Issue -
State: closed - Opened by SiriusStarr almost 4 years ago
#30 - "NoUnused.Dependencies" reports "elm/json"
Issue -
State: closed - Opened by PedroHLC almost 4 years ago
- 1 comment
#29 - False positive on import when it is shadowed by another module variant being imported
Issue -
State: closed - Opened by kraklin almost 4 years ago
- 4 comments
#28 - NoUnused.Dependencies false positives
Issue -
State: closed - Opened by MartinSStewart almost 4 years ago
- 1 comment
#27 - False positive on `NoUnused.Exports` for type referred to on let block
Issue -
State: closed - Opened by decioferreira almost 4 years ago
- 1 comment
#26 - NoUnused.Variable removes the following comment
Issue -
State: closed - Opened by jpagex about 4 years ago
- 5 comments
#25 - False positive on `NoUnused.CustomTypeConstructorArg`
Issue -
State: open - Opened by jpagex about 4 years ago
- 14 comments
Labels: enhancement, needs type inference
#24 - Make autofix for NoUnused.Patterns simplify the patterns more in one go.
Issue -
State: open - Opened by jfmengels about 4 years ago
Labels: help wanted
#23 - Improve NoUnused.Pattern error details
Pull Request -
State: closed - Opened by sparksp about 4 years ago
- 1 comment
#22 - NoUnused.Patterns: Tuple pattern is not needed. (This is not true)
Issue -
State: closed - Opened by kutyel about 4 years ago
- 5 comments
#21 - Merge NoUnused.Exports and NoUnused.Modules?
Issue -
State: closed - Opened by jfmengels about 4 years ago
- 1 comment
Labels: question, breaking
#20 - NoUnused.Exports: Remove the removed export from the module's documentation
Issue -
State: closed - Opened by jfmengels about 4 years ago
- 1 comment
Labels: enhancement
#19 - Detect unused recursive parameters
Issue -
State: open - Opened by jfmengels about 4 years ago
- 2 comments
Labels: enhancement, help wanted
#18 - NoUnused.Variables: Detect unused mutually recursive functions
Issue -
State: open - Opened by jfmengels about 4 years ago
Labels: enhancement
#17 - NoUnused.CustomTypeConstructors: Ignore constructors used in if branches that require themselves
Issue -
State: open - Opened by jfmengels about 4 years ago
Labels: enhancement, help wanted
#16 - New rule: No unused tuple values
Issue -
State: open - Opened by jfmengels over 4 years ago
- 2 comments
Labels: help wanted, hacktoberfest
#15 - New rule: No unused record fields
Issue -
State: open - Opened by jfmengels over 4 years ago
- 1 comment
Labels: enhancement, help wanted, hacktoberfest
#14 - False positive on `NoUnused.CustomTypeConstructorArgs`
Issue -
State: closed - Opened by ShrykeWindgrace over 4 years ago
- 5 comments
#13 - TEST: DO NOT MERGE; try elm-format 0.8.4-rc1
Pull Request -
State: closed - Opened by avh4 over 4 years ago
- 3 comments
#9 - NoUnused.Exports flags exports using records
Issue -
State: closed - Opened by sporto over 4 years ago
- 3 comments
Labels: bug
#8 - NoUnused.Exports flags exports used in tests
Issue -
State: closed - Opened by sporto over 4 years ago
- 4 comments
#7 - NoUnused.Variables doesn't report unused imports when there are two imports with the same name/alias
Issue -
State: closed - Opened by jfmengels over 4 years ago
- 1 comment
Labels: bug, help wanted, hacktoberfest
#6 - NoUnused.Patterns: pattern name is not reported when the same name is used in a different branch
Issue -
State: closed - Opened by jfmengels over 4 years ago
- 1 comment
Labels: bug, help wanted, hacktoberfest
#5 - False positive for "shadowed" type
Issue -
State: closed - Opened by Janiczek over 4 years ago
- 1 comment
Labels: bug, help wanted, hacktoberfest
#4 - NoUnused.CustomTypeConstructors: Follow the trail of phantom types
Issue -
State: closed - Opened by jfmengels over 4 years ago
- 1 comment
Labels: help wanted, hacktoberfest
#3 - NoUnused.Variables: Report unused imports of types with constructors
Issue -
State: closed - Opened by jfmengels over 5 years ago
- 2 comments
Labels: help wanted, hacktoberfest
#2 - Ignore usage of constructors that require having access to that constructor
Issue -
State: closed - Opened by zwilias over 4 years ago
- 3 comments
Labels: help wanted, hacktoberfest
#1 - New Rule: NoUnused.TypeConstructorParameters
Issue -
State: closed - Opened by jfmengels over 5 years ago
- 1 comment