Skip to content

issues Search Results · repo:editorconfig/editorconfig-core-go language:Go

Filter by

15 results
 (174 ms)

15 results

ineditorconfig/editorconfig-core-go (press backspace or delete to remove)

I reported this issue in https://github.com/editorconfig-checker/editorconfig-checker/issues/281 first, but then figured out it s in fact a problem in editorconfig-core-go itself that is used by editorconfig-checker ...
bug
help wanted
  • generalmimon
  • 8
  • Opened 
    on Aug 27, 2023
  • #168

As the input file is made by human, this parser shouldn t be that strict about invalid values, e.g. off instead of false, but report warnings. See https://github.com/go-gitea/gitea/issues/20694
enhancement
  • greut
  • Opened 
    on Aug 9, 2022
  • #140

As mentioned here https://github.com/editorconfig-checker/editorconfig-checker/issues/198 the parsing of spaces in editor config files isn t parsed correctly
  • JohJohan
  • 4
  • Opened 
    on May 24, 2022
  • #132

Platform: Windows Version: Tested with current master Testcase .editorconfig: root = true [*] indent_style = tab [*.ini] indent_style = space [test.toml] indent_style = space test.ini [foo] bar ...
  • tomtomsen
  • 1
  • Opened 
    on Nov 19, 2020
  • #88

regexp is almost always bad, this could be a nice(r) alternative: https://github.com/goreleaser/fileglob
  • greut
  • Opened 
    on Nov 7, 2020
  • #87

Hi, Could you share what this line does? https://github.com/editorconfig/editorconfig-core-go/blob/master/.editorconfig#L20 Thank you!
  • imcvampire
  • 1
  • Opened 
    on Jul 20, 2020
  • #72

Would it make sense to have a MaxLineLength int property where any off value would be translated to a 0. https://github.com/editorconfig/editorconfig/wiki/EditorConfig-Properties#max_line_length
  • greut
  • 2
  • Opened 
    on Nov 13, 2019
  • #45

1) I see many GetFoo functions. The Get should be removed entirely; editorconfig.DefinitionForFilename is already clear enough. 2) The Serialize and Save APIs could both be replaced by a single ...
  • mvdan
  • 10
  • Opened 
    on Sep 28, 2019
  • #31

Thanks for this library! I m looking at using it to implement https://github.com/mvdan/sh/issues/393. Here s one problem, though. When one runs a command like shfmt -l -w ., it searches all shell files ...
  • mvdan
  • 5
  • Opened 
    on Sep 28, 2019
  • #30

The current release that Go modules respect, in the v1 series, is v1.3.0, this contains a bug that was fixed in #14. Unfortunately, you also migrated to /v2/, thus no module customers on the v1 series ...
  • carnott-snap
  • 6
  • Opened 
    on Sep 25, 2019
  • #27
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub