Skip to content

Commit

Permalink
refactor: update StylesPath
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkato committed Jan 7, 2024
1 parent 4e7d95c commit 1938dee
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
File renamed without changes.
File renamed without changes.
8 changes: 7 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,10 @@ fixtures/formats/Sphinx/_build/
*.snap

.github/styles/*
!.github/styles/Vocab/Vale
!.github/styles/config/

.github/styles/config/*
!.github/styles/config/vocabularies/

.github/styles/config/vocabularies/*
!.github/styles/config/vocabularies/Vale
2 changes: 2 additions & 0 deletions internal/core/ini.go
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,8 @@ func loadINI(cfg *Config, dry bool) (*ini.File, error) {
if err != nil {
return nil, NewE100("default/ini", err)
}
cfg.Flags.Local = true
sources = append(sources, []string{defaultCfg, cfg.Root}...)
}

uCfg.BlockMode = false
Expand Down

0 comments on commit 1938dee

Please sign in to comment.