certego / .github

CI repo for Certego DevOps
https://www.certego.net
5 stars 0 forks source link

Add recommended IDE configurations #135

Open acocheo opened 1 year ago

acocheo commented 1 year ago

As kickstart for new resources, we may write some guide about how to configure IDE: plugins, Certego standards, debugger config, OS requirements (eg: install docker). Evaluate Editor config standard (but it's more for compatibility between ecosystems: win-linux-mac)

Maybe we can use Wiki for this and for project structure ( #134 ).

IDEs to support:

eugenioseveri commented 1 year ago

We also have this document with partial instructions to set up PyCharm.

acocheo commented 1 year ago

Problem

Since we use shared config like this: pylint --rcfile=.github/configurations/python_linters/.pylintrc editors plugin for errors highlighting not working correctly. In fact they think that config file is only for subdirs of its positions 2 proposals:

eugenioseveri commented 1 year ago

I vote for the second option, since all linters allow to specify a custom path for the config file/directory.

0ssigeno commented 1 year ago

Second option; Links do not scale unfortunately

acocheo commented 1 year ago

Ok. About linters config We need to add Editor configs in READMEs:

eugenioseveri commented 1 year ago

I can write the "Python PyCharm" one, since it's my main environment.