all repos — searchix @ 42643794e35d3509326b09963bb3094822b6beee

Search engine for NixOS, nix-darwin, home-manager and NUR users

chore: permit path.Join (due to URL usage)

Alan Pearce
commit

42643794e35d3509326b09963bb3094822b6beee

parent

804ccf0bf4aa5576a199a136747523bfb1eff1c1

1 file changed, 0 insertions(+), 2 deletions(-)

changed files
M .golangci.yaml.golangci.yaml
@@ -23,8 +23,6 @@ exclude-functions:
- (github.com/asdine/storm/v3.Tx).Rollback forbidigo: forbid: - - pattern: ^(file)?path.Join$ - msg: "should use os.Root methods instead of path functions" - pattern: ^filepath\.(Join|Walkdir)$ msg: "should use os.Root methods instead of filepath functions" - pattern: ^os\.(Open(File)?|Create|(New|Read|Write)File|Mkdir(All|Temp)?|Chmod|Chown|Chtimes|Link|Lstat|ReadDir|Remove(All)?|Rename|Stat|Symlink|Truncate|CopyFS|DirFS)$