coala / coala-bears

Bears for coala
https://coala.io/
GNU Affero General Public License v3.0
295 stars 580 forks source link

Move `TravisLintBear` to the configfiles directory #1979

Open yash-nisar opened 7 years ago

yash-nisar commented 7 years ago

difficulty/newcomer

nanspro commented 7 years ago

can i work on this issue

Makman2 commented 7 years ago

@nanspro as you can see the issue is already assigned ;) However, @ace2197 are you working on this?

nanspro commented 7 years ago

it's fine i have already completed a newcomer issue.

ace2197 commented 7 years ago

I am trying learn how to do the things here and still working on it and suggestions are always welcome

kislaysr commented 7 years ago

can I work on this issue?

anuyog1004 commented 6 years ago

Please assign this issue to me.

Makman2 commented 6 years ago

Unassigning due to inactivity.

anuyog1004 commented 6 years ago

Can I work on it now?

jayvdb commented 6 years ago

I disagree with this issue.

IMO it is a yaml file, with extra validation, and shell stuff in it. The current location is good enough.

IMO configfiles should be emptied, as it is not a format, and it is an ill-defined grouping atm.

There is possibly a grouping 'build files', which could include Docker, Travis, and possibly include Puppet.

TOML should be its own top level bear group, or we leave 'config files' to include generic file formats which are used for configuration, including TOML, YAML, JSON, etc. Or we call it 'data files' and include CSV?

Makman2 commented 6 years ago

I can agree that Travis is something on top of YAML, and thus belongs there. But I'm not so fond of "data files" and "build files". Usually any format falls under these two categories,