Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / xgbuils/pickle-lint issues and pull requests

#52 - Add support for use as a library

Issue - State: open - Opened by kbirger over 4 years ago

#51 - reporting errors like eslint

Pull Request - State: closed - Opened by xgbuils over 5 years ago

#50 - remove given/when/then specific indentation rule

Pull Request - State: closed - Opened by xgbuils over 5 years ago

#49 - Remove given/when/then specific indentation and just mantain Step indentation

Issue - State: open - Opened by xgbuils over 5 years ago
Labels: release 4.0, merged to dev

#48 - preparing pickle-lint for supporting gherkin@6

Pull Request - State: closed - Opened by xgbuils over 5 years ago

#47 - justify lines grouping by file

Pull Request - State: closed - Opened by xgbuils over 5 years ago

#46 - Justify error lines grouping by file.

Issue - State: open - Opened by xgbuils over 5 years ago
Labels: enhancement, release 4.0, merged to dev

#45 - add chalk for styling output

Pull Request - State: closed - Opened by xgbuils over 5 years ago

#44 - add chalk for styling output

Issue - State: open - Opened by xgbuils over 5 years ago
Labels: enhancement, release 4.0, merged to dev

#43 - Add docstring option in indentation rule

Pull Request - State: closed - Opened by xgbuils over 5 years ago

#42 - simplify indentation rule

Issue - State: open - Opened by xgbuils over 5 years ago
Labels: enhancement, release 4.0

#41 - fix no-superfluous-tags: report superfluous example tags errors

Pull Request - State: closed - Opened by xgbuils over 5 years ago

#40 - fix no-homogenous-tags: report homogenous example tags errors

Pull Request - State: closed - Opened by xgbuils over 5 years ago

#39 - Expand gherkin-lint rules using plugins

Issue - State: open - Opened by xgbuils over 5 years ago
Labels: enhancement, release 4.0

#38 - Expand Indentation rule to check docstring

Issue - State: open - Opened by xgbuils over 5 years ago
Labels: enhancement, release 4.0, merged to dev

#37 - no-multiple-empty-lines is detected in strings

Issue - State: open - Opened by xgbuils over 5 years ago
Labels: bug, release 4.0

#36 - Feature: background-at-first-place rule

Issue - State: open - Opened by xgbuils over 5 years ago
Labels: enhancement, release 4.0

#35 - no-unused-variables is also checking undeclared variables.

Issue - State: open - Opened by xgbuils over 5 years ago
Labels: enhancement, release 4.0

#34 - Decoupling gherkin parser from linter project.

Issue - State: open - Opened by xgbuils over 5 years ago
Labels: enhancement, release 4.0

#33 - merge no-duplicate-tags and no-superfluous-tags rules

Issue - State: open - Opened by xgbuils over 5 years ago
Labels: enhancement, release 4.0

#32 - no-superfluous-tags does not work with example tags

Issue - State: open - Opened by xgbuils over 5 years ago
Labels: bug, release 4.0, merged to dev

#31 - no-homogenous-tags does not work with example tags

Issue - State: open - Opened by xgbuils over 5 years ago
Labels: bug, release 4.0, merged to dev

#30 - fix no-homogeneous: one report for each error

Pull Request - State: closed - Opened by xgbuils over 5 years ago

#29 - fix no-superfluous-tags: one report by superfluous tag

Pull Request - State: closed - Opened by xgbuils over 5 years ago

#28 - no-homogenous-tags should report an error per homogenous tag.

Issue - State: open - Opened by xgbuils over 5 years ago
Labels: bug, release 4.0, merged to dev

#27 - no-superfluous-tags should report an error per superfluous tag.

Issue - State: open - Opened by xgbuils over 5 years ago - 1 comment
Labels: bug, release 4.0, merged to dev

#26 - fix no-duplicated-tags: one report by duplicated tag

Pull Request - State: closed - Opened by xgbuils over 5 years ago

#25 - no-duplicate-tags should report one error per tag duplicated

Issue - State: open - Opened by xgbuils over 5 years ago - 1 comment
Labels: bug, release 4.0, merged to dev

#24 - fix no-unused-variables multiple errors report

Pull Request - State: closed - Opened by xgbuils over 5 years ago

#23 - no-unused-variables does not report all the unused variables

Issue - State: closed - Opened by xgbuils over 5 years ago

#22 - fix .gherkin-lintignore issue with complex patterns

Pull Request - State: closed - Opened by xgbuils over 5 years ago

#21 - .gherkin-lintignore does not work with complex patterns #172

Issue - State: closed - Opened by xgbuils over 5 years ago
Labels: bug, patch

#20 - fix no-duplicate-tags

Pull Request - State: closed - Opened by xgbuils over 5 years ago

#19 - no-duplicate-tags does not work at examples level

Issue - State: closed - Opened by xgbuils over 5 years ago
Labels: bug, patch

#18 - fix one-space-between-tags

Pull Request - State: closed - Opened by xgbuils over 5 years ago

#17 - one-space-between-tags does not work at examples level.

Issue - State: closed - Opened by xgbuils over 5 years ago
Labels: bug, patch

#16 - fix no-partially-commented-tag-lines

Pull Request - State: closed - Opened by xgbuils over 5 years ago

#15 - no-partially-commented-tag-lines doesn't work for features and examples cases.

Issue - State: closed - Opened by xgbuils over 5 years ago
Labels: bug, patch

#14 - fix no-background-only-scenario

Pull Request - State: closed - Opened by xgbuils over 5 years ago

#13 - no-background-only-scenario rule reports when there is a background without scenario

Issue - State: closed - Opened by xgbuils over 5 years ago
Labels: bug, patch

#12 - fix no-unnamed-scenarios

Pull Request - State: closed - Opened by xgbuils over 5 years ago

#11 - unnamed-scenarios doesn't work for Scenario Outline

Issue - State: closed - Opened by xgbuils over 5 years ago
Labels: bug, patch

#10 - fix no-restricted-tags

Pull Request - State: closed - Opened by xgbuils over 5 years ago

#9 - no-restricted-tags does not work with example tags

Issue - State: closed - Opened by xgbuils over 5 years ago
Labels: bug, patch

#8 - fix no-scenario-outlines-without-examples

Pull Request - State: closed - Opened by xgbuils over 5 years ago

#7 - no-scenario-outlines-without-examples does not report error if Examples does not have rows.

Issue - State: closed - Opened by xgbuils over 5 years ago
Labels: bug, patch

#6 - Fix allowed tags

Pull Request - State: closed - Opened by xgbuils over 5 years ago

#5 - allowed tags doesn't work with tags in examples.

Issue - State: closed - Opened by xgbuils over 5 years ago
Labels: bug, patch

#4 - Output format, alignment with eslint

Issue - State: open - Opened by xgbuils over 5 years ago
Labels: enhancement, release 4.0

#3 - Allow no-dupe-scenario-names to only flag duplicate scenarios inside one feature

Issue - State: open - Opened by xgbuils over 5 years ago
Labels: enhancement, release 4.0

#2 - Feature Request: Adding a warning option

Issue - State: open - Opened by xgbuils over 5 years ago
Labels: enhancement, release 4.0

#1 - Reporting errors like eslint (stdout/stderr)

Issue - State: open - Opened by xgbuils over 5 years ago
Labels: enhancement, release 4.0, merged to dev