summaryrefslogtreecommitdiffstats
path: root/tags/r/repeated-path-segment.tag
diff options
context:
space:
mode:
Diffstat (limited to 'tags/r/repeated-path-segment.tag')
-rw-r--r--tags/r/repeated-path-segment.tag9
1 files changed, 9 insertions, 0 deletions
diff --git a/tags/r/repeated-path-segment.tag b/tags/r/repeated-path-segment.tag
new file mode 100644
index 0000000..8da58b3
--- /dev/null
+++ b/tags/r/repeated-path-segment.tag
@@ -0,0 +1,9 @@
+Tag: repeated-path-segment
+Severity: pedantic
+Check: files/hierarchy/path-segments
+Explanation: The file is installed into a location that repeats the given
+ path segment. An example would be <code>/usr/lib/lib</code> or
+ <code>/usr/share/myprogram/share</code>.
+ .
+ More often than not this is unintended.
+See-Also: Bug#950052, Bug#950027