Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shikhalev/wflt
Suppress warnings from gems and vendor sources
https://github.com/shikhalev/wflt
Last synced: about 1 month ago
JSON representation
Suppress warnings from gems and vendor sources
- Host: GitHub
- URL: https://github.com/shikhalev/wflt
- Owner: shikhalev
- License: lgpl-3.0
- Created: 2015-01-25T11:45:56.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-14T10:42:34.000Z (almost 9 years ago)
- Last Synced: 2024-03-15T11:52:47.797Z (8 months ago)
- Language: Ruby
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wflt
Suppress warnings from gems and vendor sources.
[![Gem Version](https://badge.fury.io/rb/wflt.svg)](http://badge.fury.io/rb/wflt)
[![GitHub license](https://img.shields.io/badge/license-LGPLv3-orange.svg?style=flat)](https://raw.githubusercontent.com/shikhalev/wflt/master/LICENSE)
[![Code Climate](https://codeclimate.com/github/shikhalev/wflt/badges/gpa.svg)](https://codeclimate.com/github/shikhalev/wflt)## Usage
1. Install gem.
2. Add next line to local bash profile:
```Bash
export RUBYOPT="-w -rwflt $RUBYOPT"
```
3. Copy [`.wflt.rb`](.wflt.rb) to project directory or to `~/.config/wflt.rb` for suppress warnings from system-wide installed files.4. Also you can add by `<<` operator any `RegExp` for additional filters.