mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 15:14:44 +00:00
remove pointless flock() lint warning
The lint warning about possible problems using `flock()` to lock files that I added isn't helpful and is just noise in the `make lint-all` output. What we should do is is change to code to obviate the need for file locking. But that's a big change for another day.
This commit is contained in:
parent
f00084f28b
commit
5659898331
1 changed files with 0 additions and 9 deletions
|
@ -24,12 +24,3 @@
|
||||||
</rule>
|
</rule>
|
||||||
<--!>
|
<--!>
|
||||||
]]>
|
]]>
|
||||||
|
|
||||||
<rule>
|
|
||||||
<pattern>flock \(</pattern>
|
|
||||||
<message>
|
|
||||||
<id>flockSemanticsWarning</id>
|
|
||||||
<severity>warning</severity>
|
|
||||||
<summary>flock has a fallback implemented in terms of fcntl; ensure that the fcntl semantics will apply (see http://0pointer.de/blog/projects/locking.html)</summary>
|
|
||||||
</message>
|
|
||||||
</rule>
|
|
||||||
|
|
Loading…
Reference in a new issue