Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow excluding files to lint for single runner #185

Merged

Conversation

astrauka
Copy link
Contributor

@mmozuras Allow excluding files to lint for single runner

eslint:
  exclude:
    - 'app/assets/**/*'

@@ -1,6 +1,6 @@
module Pronto
module Version
STRING = '0.7.1'.freeze
STRING = '0.7.2'.freeze
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

eager to lift the version to 0.8.0 but this requires pronto-rubocop gem update :/

```
eslint:
  exclude:
    - 'app/assets/**/*'
```
@astrauka astrauka force-pushed the feature/allow_excluding_files_for_runner branch from a23fedc to 94d42ce Compare October 17, 2016 10:52
@astrauka
Copy link
Contributor Author

@mmozuras any feedback?

@doomspork
Copy link
Member

This functionality would be tremendously useful with how we use Pronto.

@mmozuras
Copy link
Member

@astrauka looks great, thanks! 🙇

@mmozuras mmozuras merged commit 5e61a2a into prontolabs:master Nov 14, 2016
@astrauka astrauka deleted the feature/allow_excluding_files_for_runner branch November 14, 2016 12:04
@doomspork
Copy link
Member

Thank you @astrauka and @mmozuras!

apiology pushed a commit to apiology/pronto that referenced this pull request Dec 27, 2019
…ng_files_for_runner

Allow excluding files to lint for single runner
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants