From b06ef2c726c5ebf5c85a4148f3dd38fe0e4a7a55 Mon Sep 17 00:00:00 2001 From: Abin Simon Date: Sat, 22 Oct 2022 07:42:10 +0530 Subject: [PATCH] Fix a small typo (#1284) ## Description Small typo pending from review on https://github.com/alcionai/corso/pull/1247#discussion_r1000802903 ## Type of change - [ ] :sunflower: Feature - [ ] :bug: Bugfix - [ ] :world_map: Documentation - [ ] :robot: Test - [ ] :computer: CI/Deployment - [x] :hamster: Trivial/Minor ## Issue(s) * # ## Test Plan - [x] :muscle: Manual - [x] :zap: Unit test - [x] :green_heart: E2E --- src/.golangci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/.golangci.yml b/src/.golangci.yml index ab083137f..0d65a6d9d 100644 --- a/src/.golangci.yml +++ b/src/.golangci.yml @@ -25,7 +25,7 @@ linters-settings: # Don't allow creating contexts without logging in tests. Use an ignore # lower down to ensure usages of this outside of tests aren't reported. - 'context\.(Background|TODO)(# tests should use tester\.NewContext )?' - # Don't allow use of pathas it hardcodes separator to `/`. + # Don't allow use of path as it hardcodes separator to `/`. # Use filepath instead. - '\bpath\.(Ext|Base|Dir|Join)' lll: