question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Rule ignoring «contains: screenshot»

See original GitHub issue

This rule ignores any screenshot files in the pertinent folder. Maybe somebody can see where the error is? I need the rule to target any file whose filename contains screenshot.

  - name: "move screenshots to temp folder"
    locations: '~/OneDrive/Pictures/Camera Roll/'
    subfolders: false
    enabled: true
    filters:
      - extension:
        - png
        - jpg
        - jpeg
      - name:
          contains: screenshot
          case_sensitive: false
    actions:
      - move:
          dest: "~/Pictures/album/TEMP/"
          on_conflict: rename_new
          rename_template: "{name}_{counter}{extension}"

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:11 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
tfeldmanncommented, Feb 10, 2022

Should be fixed in v2.0.9! Thanks for reporting and for the detective work!

1reaction
tfeldmanncommented, Feb 9, 2022

That’s a bug! And a strange one. I’ll look into this 👌👌

Read more comments on GitHub >

github_iconTop Results From Across the Web

Firewall rules ignored - Security - Cloudflare Community
All firewall rules have been ignored for the past 3 hours. ... Take a screenshot of your firewall rules page overall.
Read more >
How to take a screenshot in Android when an app doesn't ...
One of them is capturing screenshots within apps that prohibit the act — either because the screen contains sensitive information or content ...
Read more >
How to remove certain elements before taking screenshot?
I am trying to do it as i have div which is to be convert into canvas it contains scroll but it is...
Read more >
Filter rules being ignored – filters not working - WordPress.org
Hi,. I noticed that since around 10th Feb my feed was containing all of the products that the filters I had set should...
Read more >
Ignore rules are not always respected — depending ... - GitHub
As you can see in the first screenshot, git correctly ignores the files ... @carlosmn FWIW, adding test/ to the ignore rules has...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found