Fix a small typo (#1284)
## Description Small typo pending from review on https://github.com/alcionai/corso/pull/1247#discussion_r1000802903 ## Type of change <!--- Please check the type of change your PR introduces: ---> - [ ] 🌻 Feature - [ ] 🐛 Bugfix - [ ] 🗺️ Documentation - [ ] 🤖 Test - [ ] 💻 CI/Deployment - [x] 🐹 Trivial/Minor ## Issue(s) <!-- Can reference multiple issues. Use one of the following "magic words" - "closes, fixes" to auto-close the Github issue. --> * #<issue> ## Test Plan <!-- How will this be tested prior to merging.--> - [x] 💪 Manual - [x] ⚡ Unit test - [x] 💚 E2E
This commit is contained in:
parent
be7739e54b
commit
b06ef2c726
@ -25,7 +25,7 @@ linters-settings:
|
|||||||
# Don't allow creating contexts without logging in tests. Use an ignore
|
# 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.
|
# lower down to ensure usages of this outside of tests aren't reported.
|
||||||
- 'context\.(Background|TODO)(# tests should use tester\.NewContext )?'
|
- '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.
|
# Use filepath instead.
|
||||||
- '\bpath\.(Ext|Base|Dir|Join)'
|
- '\bpath\.(Ext|Base|Dir|Join)'
|
||||||
lll:
|
lll:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user