Atom IDE

Zekereth via Digitalmars-d-ide digitalmars-d-ide at puremagic.com
Fri Oct 9 12:15:04 PDT 2015


On Friday, 9 October 2015 at 07:24:45 UTC, Wild wrote:
> On Friday, 9 October 2015 at 03:12:02 UTC, Zekereth wrote:
>> On Thursday, 30 July 2015 at 22:18:20 UTC, WebFreak001 wrote:
>>> If you would like to try it or to help us just get it from 
>>> here: https://github.com/Vild/atomize-d
>> How does atomize-d handle dscanner config files? I have both 
>> dscanners ini and the one in the atomize-d 
>> .atom/packages/atomize-d undocumented_declaration_check="false"
>> yet it still warns me about these.
>>
>> Other than that this is really working great so far! Thanks!
>
> Make sure that the file is named "d-linter.ini" and is located 
> in the root project folder.
> Also make sure that the project is first in the list. We 
> currently only support one project at a time.

@Brian Yeah, it works fine. I should have mentioned that in the 
post.
@Wild Ah, so there needs to be a d-linter.ini in the project 
directory. I'll give that a try.

I used the dscanner-linter package before and it used the ini in 
dscanners config directory(I uninstalled it as that was my 
initial thought as to what the problem could be). I assumed this 
would work the same way.

Thanks for the guys!


More information about the Digitalmars-d-ide mailing list